StartClosedCaptionsRequest constructor
StartClosedCaptionsRequest({
- bool? enableTranscription,
- String? externalStorage,
- StartClosedCaptionsRequestLanguageEnum? language,
Returns a new StartClosedCaptionsRequest instance.
Implementation
StartClosedCaptionsRequest({
this.enableTranscription,
this.externalStorage,
this.language,
});