TranscriptionJob constructor
TranscriptionJob({
- DateTime? completionTime,
- ContentRedaction? contentRedaction,
- DateTime? creationTime,
- String? failureReason,
- double? identifiedLanguageScore,
- bool? identifyLanguage,
- JobExecutionSettings? jobExecutionSettings,
- LanguageCode? languageCode,
- List<
LanguageCode> ? languageOptions, - Media? media,
- MediaFormat? mediaFormat,
- int? mediaSampleRateHertz,
- ModelSettings? modelSettings,
- Settings? settings,
- DateTime? startTime,
- Transcript? transcript,
- String? transcriptionJobName,
- 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,
});