StartTranscriptionRequest

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