Rate this page:

DetectVoicemailParameters

Deprecated

Use AMD module instead

Represents the parameters of the voicemail recognition session.
Add the following line to your scenario code to use the interface:

require(Modules.AI);

Props

model

Copy URL
model: 

string

|

undefined

Optional. Recognition model. The possible values are ru, colombia. The default value is ru.

threshold

Copy URL
threshold: 

number

|

undefined

Optional. Detection threshold in the 0.0 - 1.0 (ms) range. Durations shorter than this value are considered human speech, and durations longer than this value are considered voicemail. The default value is 0.8. Available only with the latam model.