StartClosedCaptionsRequest
data class StartClosedCaptionsRequest(@Json(name = "enable_transcription") val enableTranscription: Boolean? = null, @Json(name = "external_storage") val externalStorage: String? = null, @Json(name = "language") val language: StartClosedCaptionsRequest.Language? = null, @Json(name = "speech_segment_config") val speechSegmentConfig: SpeechSegmentConfig? = null)
Constructors
Link copied to clipboard
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)