Class: Aws::TranscribeService::Types::ListTranscriptionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::ListTranscriptionJobsResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
ListTranscriptionJobs
operation returns a page of jobs at a time. -
#status ⇒ String
The requested status of the jobs returned.
-
#transcription_job_summaries ⇒ Array<Types::TranscriptionJobSummary>
A list of objects containing summary information for a transcription job.
Instance Attribute Details
#next_token ⇒ String
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.
1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1264 class ListTranscriptionJobsResponse < Struct.new( :status, :next_token, :transcription_job_summaries) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The requested status of the jobs returned.
1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1264 class ListTranscriptionJobsResponse < Struct.new( :status, :next_token, :transcription_job_summaries) SENSITIVE = [] include Aws::Structure end |
#transcription_job_summaries ⇒ Array<Types::TranscriptionJobSummary>
A list of objects containing summary information for a transcription job.
1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1264 class ListTranscriptionJobsResponse < Struct.new( :status, :next_token, :transcription_job_summaries) SENSITIVE = [] include Aws::Structure end |