Rate this page:

DetectVoicemailParameters

Deprecated

Use AMD module instead

See Available Roles

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

Recognition model. Possible values are 'ru', 'colombia'. The default value is 'ru'.

threshold

Copy URL
threshold: 

number

|

undefined

Detection threshold in the range 0.0 - 1.0 (ms). Duration shorter than this value is considered as human speech and longer than this value as voicemail. The default value is 0.8. Used only with the latam model.