StopClosedCaptionsRequest constructor

StopClosedCaptionsRequest({
  1. bool? stopTranscription,
})

Returns a new StopClosedCaptionsRequest instance.

Implementation

StopClosedCaptionsRequest({
  this.stopTranscription,
});