TranscriptionJobSummary constructor
TranscriptionJobSummary({
- DateTime? completionTime,
- ContentRedaction? contentRedaction,
- DateTime? creationTime,
- String? failureReason,
- double? identifiedLanguageScore,
- bool? identifyLanguage,
- LanguageCode? languageCode,
- ModelSettings? modelSettings,
- OutputLocationType? outputLocationType,
- DateTime? startTime,
- String? transcriptionJobName,
- 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,
});