StartClosedCaptionsRequest
constructor(@Json(name = "enable_transcription") enableTranscription: Boolean? = null, @Json(name = "external_storage") externalStorage: String? = null, @Json(name = "language") language: StartClosedCaptionsRequest.Language? = null, @Json(name = "speech_segment_config") speechSegmentConfig: SpeechSegmentConfig? = null)