AutomaticActivityDetection

@Serializable
data class AutomaticActivityDetection(val disabled: Boolean? = null, val startOfSpeechSensitivity: StartSensitivity? = null, val prefixPaddingMs: Int? = null, val endOfSpeechSensitivity: EndSensitivity? = null, val silenceDurationMs: Int? = null)

Represents the automatic activity detection.

Constructors

Link copied to clipboard
constructor(disabled: Boolean? = null, startOfSpeechSensitivity: StartSensitivity? = null, prefixPaddingMs: Int? = null, endOfSpeechSensitivity: EndSensitivity? = null, silenceDurationMs: Int? = null)

Properties

Link copied to clipboard
val disabled: Boolean?

The disabled.

Link copied to clipboard

The end of speech sensitivity.

Link copied to clipboard
val prefixPaddingMs: Int?

The prefix padding ms.

Link copied to clipboard

The silence duration ms.

Link copied to clipboard

The start of speech sensitivity.