ListTranscriptionJobsResponse
public struct ListTranscriptionJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.
Declaration
Swift
public let nextToken: String?
-
The requested status of the jobs returned.
Declaration
Swift
public let status: TranscriptionJobStatus?
-
A list of objects containing summary information for a transcription job.
Declaration
Swift
public let transcriptionJobSummaries: [TranscriptionJobSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, status: TranscriptionJobStatus? = nil, transcriptionJobSummaries: [TranscriptionJobSummary]? = nil)