StartTranscriptionRequest
data class StartTranscriptionRequest(@Json(name = "transcription_external_storage") val transcriptionExternalStorage: String? = null)
Parameters
transcriptionExternalStorage
Constructors
Link copied to clipboard
constructor(@Json(name = "transcription_external_storage") transcriptionExternalStorage: String? = null)