ListMedicalTranscriptionJobsResponse class

Constructors

ListMedicalTranscriptionJobsResponse({List<MedicalTranscriptionJobSummary>? medicalTranscriptionJobSummaries, String? nextToken, TranscriptionJobStatus? status})
ListMedicalTranscriptionJobsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
medicalTranscriptionJobSummaries List<MedicalTranscriptionJobSummary>?
A list of objects containing summary information for a transcription job.
final
nextToken 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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TranscriptionJobStatus?
The requested status of the medical transcription jobs returned.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited