StartTranscriptionRequest constructor
StartTranscriptionRequest({
- bool? enableClosedCaptions,
- StartTranscriptionRequestLanguageEnum? language,
- String? transcriptionExternalStorage,
Returns a new StartTranscriptionRequest instance.
Implementation
StartTranscriptionRequest({
this.enableClosedCaptions,
this.language,
this.transcriptionExternalStorage,
});