TranscriptionSettingsResponse
data class TranscriptionSettingsResponse(@Json(name = "closed_caption_mode") val closedCaptionMode: TranscriptionSettingsResponse.ClosedCaptionMode, @Json(name = "language") val language: TranscriptionSettingsResponse.Language, @Json(name = "mode") val mode: TranscriptionSettingsResponse.Mode, @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: TranscriptionSettingsResponse.ClosedCaptionMode, @Json(name = "language") language: TranscriptionSettingsResponse.Language, @Json(name = "mode") mode: TranscriptionSettingsResponse.Mode, @Json(name = "speech_segment_config") speechSegmentConfig: SpeechSegmentConfig? = null, @Json(name = "translation") translation: TranslationSettings? = null)