MedicalTranscriptionJob class
The data structure that contains the information for a medical transcription job.
Constructors
- MedicalTranscriptionJob({DateTime? completionTime, DateTime? creationTime, String? failureReason, LanguageCode? languageCode, Media? media, MediaFormat? mediaFormat, int? mediaSampleRateHertz, String? medicalTranscriptionJobName, MedicalTranscriptionSetting? settings, Specialty? specialty, DateTime? startTime, MedicalTranscript? transcript, TranscriptionJobStatus? transcriptionJobStatus, Type? type})
-
MedicalTranscriptionJob.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 job was created.
final
- failureReason → String?
-
If the
TranscriptionJobStatus
field isFAILED
, this field contains information about why the job failed.final - hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → LanguageCode?
-
The language code for the language spoken in the source audio file. US
English (en-US) is the only supported language for medical transcriptions.
Any other value you enter for language code results in a
BadRequestException
error.final - media → Media?
-
final
- mediaFormat → MediaFormat?
-
The format of the input media file.
final
- mediaSampleRateHertz → int?
-
The sample rate, in Hertz, of the source audio containing medical
information.
final
- medicalTranscriptionJobName → String?
-
The name for a given medical transcription job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → MedicalTranscriptionSetting?
-
Object that contains object.
final
- specialty → Specialty?
-
The medical specialty of any clinicians providing a dictation or having a
conversation.
PRIMARYCARE
is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:final - startTime → DateTime?
-
A timestamp that shows when the job started processing.
final
- transcript → MedicalTranscript?
-
An object that contains the
MedicalTranscript
. TheMedicalTranscript
contains theTranscriptFileUri
.final - transcriptionJobStatus → TranscriptionJobStatus?
-
The completion status of a medical transcription job.
final
- type → Type?
-
The type of speech in the transcription job.
CONVERSATION
is generally used for patient-physician dialogues.DICTATION
is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-medfinal
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