TranscriptionJob constructor

TranscriptionJob({
  1. DateTime? completionTime,
  2. ContentRedaction? contentRedaction,
  3. DateTime? creationTime,
  4. String? failureReason,
  5. double? identifiedLanguageScore,
  6. bool? identifyLanguage,
  7. JobExecutionSettings? jobExecutionSettings,
  8. LanguageCode? languageCode,
  9. List<LanguageCode>? languageOptions,
  10. Media? media,
  11. MediaFormat? mediaFormat,
  12. int? mediaSampleRateHertz,
  13. ModelSettings? modelSettings,
  14. Settings? settings,
  15. DateTime? startTime,
  16. Transcript? transcript,
  17. String? transcriptionJobName,
  18. TranscriptionJobStatus? transcriptionJobStatus,
})

Implementation

TranscriptionJob({
  this.completionTime,
  this.contentRedaction,
  this.creationTime,
  this.failureReason,
  this.identifiedLanguageScore,
  this.identifyLanguage,
  this.jobExecutionSettings,
  this.languageCode,
  this.languageOptions,
  this.media,
  this.mediaFormat,
  this.mediaSampleRateHertz,
  this.modelSettings,
  this.settings,
  this.startTime,
  this.transcript,
  this.transcriptionJobName,
  this.transcriptionJobStatus,
});