SpeechSegmentConfig

data class SpeechSegmentConfig(@Json(name = "max_speech_caption_ms") val maxSpeechCaptionMs: Int? = null, @Json(name = "silence_duration_ms") val silenceDurationMs: Int? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "max_speech_caption_ms") maxSpeechCaptionMs: Int? = null, @Json(name = "silence_duration_ms") silenceDurationMs: Int? = null)

Properties

Link copied to clipboard
val maxSpeechCaptionMs: Int? = null
Link copied to clipboard
val silenceDurationMs: Int? = null