StartClosedCaptionsRequest constructor

StartClosedCaptionsRequest({
  1. bool? enableTranscription,
  2. String? externalStorage,
  3. String? language,
})

Returns a new StartClosedCaptionsRequest instance.

Implementation

StartClosedCaptionsRequest({
  this.enableTranscription,
  this.externalStorage,
  this.language,
});