StartTranscriptionRequest constructor

StartTranscriptionRequest({
  1. bool? enableClosedCaptions,
  2. String? language,
  3. String? transcriptionExternalStorage,
})

Returns a new StartTranscriptionRequest instance.

Implementation

StartTranscriptionRequest({
  this.enableClosedCaptions,
  this.language,
  this.transcriptionExternalStorage,
});