StartTranscriptionRequest

data class StartTranscriptionRequest(@Json(name = "enable_closed_captions") val enableClosedCaptions: Boolean? = null, @Json(name = "language") val language: String? = null, @Json(name = "transcription_external_storage") val transcriptionExternalStorage: String? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "enable_closed_captions") enableClosedCaptions: Boolean? = null, @Json(name = "language") language: String? = null, @Json(name = "transcription_external_storage") transcriptionExternalStorage: String? = null)

Properties

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