MedicalTranscriptionJobSummary class
Provides summary information about a transcription job.
Constructors
- MedicalTranscriptionJobSummary({DateTime? completionTime, DateTime? creationTime, String? failureReason, LanguageCode? languageCode, String? medicalTranscriptionJobName, OutputLocationType? outputLocationType, Specialty? specialty, DateTime? startTime, TranscriptionJobStatus? transcriptionJobStatus, Type? type})
-
MedicalTranscriptionJobSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completionTime → DateTime?
-
A timestamp that shows when the job was completed.
final
- creationTime → DateTime?
-
A timestamp that shows when the medical transcription job was created.
final
- failureReason → String?
-
If the
TranscriptionJobStatus
field isFAILED
, a description of the error.final - hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → LanguageCode?
-
The language of the transcript in the source audio file.
final
- medicalTranscriptionJobName → String?
-
The name of a medical transcription job.
final
- outputLocationType → OutputLocationType?
-
Indicates the location of the transcription job's output.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- specialty → Specialty?
-
The medical specialty of the transcription job.
Primary care
is the only valid value.final - startTime → DateTime?
-
A timestamp that shows when the job began processing.
final
- transcriptionJobStatus → TranscriptionJobStatus?
-
The status of the medical transcription job.
final
- type → Type?
-
The speech of the clinician in the input audio.
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