TranscriptionSettingsRequest
data class TranscriptionSettingsRequest(@Json(name = "closed_caption_mode") val closedCaptionMode: TranscriptionSettingsRequest.ClosedCaptionMode? = null, @Json(name = "language") val language: TranscriptionSettingsRequest.Language? = null, @Json(name = "mode") val mode: TranscriptionSettingsRequest.Mode? = null, @Json(name = "speech_segment_config") val speechSegmentConfig: SpeechSegmentConfig? = null, @Json(name = "translation") val translation: TranslationSettings? = null)
Constructors
Link copied to clipboard
constructor(@Json(name = "closed_caption_mode") closedCaptionMode: TranscriptionSettingsRequest.ClosedCaptionMode? = null, @Json(name = "language") language: TranscriptionSettingsRequest.Language? = null, @Json(name = "mode") mode: TranscriptionSettingsRequest.Mode? = null, @Json(name = "speech_segment_config") speechSegmentConfig: SpeechSegmentConfig? = null, @Json(name = "translation") translation: TranslationSettings? = null)