CxFlowAdvancedSettingsSpeechSettingsArgs

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

Constructors

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

Properties

Link copied to clipboard
val endpointerSensitivity: Output<Int>? = null

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

Link copied to clipboard
val models: Output<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: Output<String>? = null

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

Link copied to clipboard
val useTimeoutBasedEndpointing: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CxFlowAdvancedSettingsSpeechSettingsArgs