TranscriptionJobSummary constructor

TranscriptionJobSummary({
  1. DateTime? completionTime,
  2. ContentRedaction? contentRedaction,
  3. DateTime? creationTime,
  4. String? failureReason,
  5. double? identifiedLanguageScore,
  6. bool? identifyLanguage,
  7. LanguageCode? languageCode,
  8. ModelSettings? modelSettings,
  9. OutputLocationType? outputLocationType,
  10. DateTime? startTime,
  11. String? transcriptionJobName,
  12. TranscriptionJobStatus? transcriptionJobStatus,
})

Implementation

TranscriptionJobSummary({
  this.completionTime,
  this.contentRedaction,
  this.creationTime,
  this.failureReason,
  this.identifiedLanguageScore,
  this.identifyLanguage,
  this.languageCode,
  this.modelSettings,
  this.outputLocationType,
  this.startTime,
  this.transcriptionJobName,
  this.transcriptionJobStatus,
});