DetectVoicemailParameters
Deprecated
Use AMD instead
Represents a parameters of the voicemail recognition session.
Add the following line to your scenario code to use the interface:
require(Modules.AI);
Props
model
model: string
| undefined
Optional. Recognition model. The possible values are ru, colombia. The default value is ru.
threshold
threshold: number
| undefined
Optional. Detection threshold in the 0.0 - 1.0 milliseconds 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.