ListTranscriptionJobsResponse class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
nextToken
→ 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.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ TranscriptionJobStatus?
-
The requested status of the jobs returned.
final
-
transcriptionJobSummaries
→ List<TranscriptionJobSummary>?
-
A list of objects containing summary information for a transcription job.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited