AWSTranscribeListTranscriptionJobsRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSTranscribeModel.h AWSTranscribeModel.m |
jobNameContains
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
@property (nonatomic, strong) NSString *jobNameContains
Declared In
AWSTranscribeModel.h
maxResults
The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
@property (nonatomic, strong) NSNumber *maxResults
Declared In
AWSTranscribeModel.h
nextToken
If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSTranscribeModel.h
status
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
@property (nonatomic, assign) AWSTranscribeTranscriptionJobStatus status
Declared In
AWSTranscribeModel.h