CxAgentAdvancedSettingsSpeechSettings

data class CxAgentAdvancedSettingsSpeechSettings(val endpointerSensitivity: Int? = null, val models: Map<String, String>? = null, val noSpeechTimeout: String? = null, val useTimeoutBasedEndpointing: Boolean? = null)

Constructors

Link copied to clipboard
constructor(endpointerSensitivity: Int? = null, models: Map<String, String>? = null, noSpeechTimeout: String? = null, useTimeoutBasedEndpointing: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.

Link copied to clipboard
val models: Map<String, String>? = null

Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Link copied to clipboard
val noSpeechTimeout: String? = null

Timeout before detecting no speech. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

Link copied to clipboard

Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.