AWSTranscribeListTranscriptionJobsResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSTranscribeModel.h AWSTranscribeModel.m |
nextToken
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.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSTranscribeModel.h
status
The requested status of the jobs returned.
@property (nonatomic, assign) AWSTranscribeTranscriptionJobStatus status
Declared In
AWSTranscribeModel.h
transcriptionJobSummaries
A list of objects containing summary information for a transcription job.
@property (nonatomic, strong) NSArray<AWSTranscribeTranscriptionJobSummary*> *transcriptionJobSummaries
Declared In
AWSTranscribeModel.h