WholeWord speech recognition uses a recognizer, and 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:
The getinput script instruction receives touch-tone or spoken input from a caller.
The sr_talkoff script instruction enables/disables barge-in during a speech recognition prompt.
The recog_cntl script instruction disables or enables a recognizer.
The recog_start script instruction queues a recognizer for starting.
The recog_stop script instruction removes a recognizer from the queue.
The resource_alloc 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.