We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

One question for voice recognition behaviour

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
greg
Posts: 7
Joined: Mon Sep 11, 2006 1:16 pm

One question for voice recognition behaviour

Post by greg »

Hi,

After reading some stuff on Plum, just curious about the voice recognition behavious.

In detail, in Plum ssystem, choosing the speech recognition mode.
So what is the conditions to interrupt the prompt when listenting callee's speacking?

For example, there is a long phrase, does PLum engine always collect all words spoken by callee and then try to analysis and transfer it? Or some other logic here?

Thanks.
greg

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR platform, set to inputmodes="voice" listens fo

Post by support »

The Plum IVR platform, when set to inputmodes="voice" will listen for speech. Once speech is detected, it will collect audio data until there's a period of silence. The amount of silence that the IVR system will listen for is set by the "incompletetimeout" property. Once all audio data has been collected, it is sent to the ASR engine for analysis and will return with either a hypothesis or a nomatch event.

Post Reply