DetectVoicemailParameters
Deprecated
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
model: string
Recognition model. The possible values are 'ru', 'colombia'. The default value is 'ru'.
threshold
threshold: number
| undefined
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.