Dial Pulse Recognition (DPR) and WholeWord speech recognition each use a recognizer, and the same TAS instructions apply to both recognizers. WholeWord recognition is the only one (other than touch tones) that allows the caller to interrupt the prompt message (barge-in) with the sr_talkoff instruction.
Use the following TAS script instructions for including WholeWord recognition in new application scripts:
This script instruction receives touch-tone, dial pulse, or spoken input from a caller.
For more information about the getinput instruction, see Data gathering instructions.
This script instruction enables/disables barge-in during a speech recognition prompt.
This script instruction disables or enables a recognizer.
This script instruction queues a recognizer for starting.
This script instruction removes a recognizer from the queue.
This script instruction allocates or frees licensed system resources.
For details about these TAS script instructions, including arguments, return values, and examples, see TAS script instructions.