StopClosedCaptionsRequest constructor
StopClosedCaptionsRequest({
- bool? stopTranscription,
Returns a new StopClosedCaptionsRequest instance.
Implementation
StopClosedCaptionsRequest({
this.stopTranscription,
});