MedicalTranscriptionJob constructor

MedicalTranscriptionJob({
  1. DateTime? completionTime,
  2. DateTime? creationTime,
  3. String? failureReason,
  4. LanguageCode? languageCode,
  5. Media? media,
  6. MediaFormat? mediaFormat,
  7. int? mediaSampleRateHertz,
  8. String? medicalTranscriptionJobName,
  9. MedicalTranscriptionSetting? settings,
  10. Specialty? specialty,
  11. DateTime? startTime,
  12. MedicalTranscript? transcript,
  13. TranscriptionJobStatus? transcriptionJobStatus,
  14. 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,
});