You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::ListMedicalTranscriptionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::ListMedicalTranscriptionJobsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#medical_transcription_job_summaries ⇒ Array<Types::MedicalTranscriptionJobSummary>
A list of objects containing summary information for a transcription job.
-
#next_token ⇒ String
The
ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. -
#status ⇒ String
The requested status of the medical transcription jobs returned.
Instance Attribute Details
#medical_transcription_job_summaries ⇒ Array<Types::MedicalTranscriptionJobSummary>
A list of objects containing summary information for a transcription job.
#next_token ⇒ String
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.
#status ⇒ String
The requested status of the medical transcription jobs returned.
Possible values:
- QUEUED
- IN_PROGRESS
- FAILED
- COMPLETED