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: String? = 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: String? = null)

Properties

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