ListMedicalTranscriptionJobsResponse
public struct ListMedicalTranscriptionJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of objects containing summary information for a transcription job.
Declaration
Swift
public let medicalTranscriptionJobSummaries: [MedicalTranscriptionJobSummary]?
-
The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.
Declaration
Swift
public let nextToken: String?
-
The requested status of the medical transcription jobs returned.
Declaration
Swift
public let status: TranscriptionJobStatus?
-
Undocumented
Declaration
Swift
public init(medicalTranscriptionJobSummaries: [MedicalTranscriptionJobSummary]? = nil, nextToken: String? = nil, status: TranscriptionJobStatus? = nil)