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)

Types

Link copied to clipboard
sealed class Language

Language Enum

Properties

Link copied to clipboard
Link copied to clipboard
val externalStorage: String? = null
Link copied to clipboard
Link copied to clipboard