MedicalTranscriptionJob constructor
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,
Implementation
MedicalTranscriptionJob({
this.completionTime,
this.creationTime,
this.failureReason,
this.languageCode,
this.media,
this.mediaFormat,
this.mediaSampleRateHertz,
this.medicalTranscriptionJobName,
this.settings,
this.specialty,
this.startTime,
this.transcript,
this.transcriptionJobStatus,
this.type,
});