Accessor: services/SpeechRecognition

services/SpeechRecognition

Speech recognition accessor. This accessor opens an audio channel, listens for speech, then returns text.

Version:
  • $$Id$$
Author:
  • Elizabeth Osyk
Source:
Inputs:
Name Type Description
start Start listening for speech.
stop Stop listening for speech.
Outputs:
Name Type Description
text The text of any detected speech.

Methods

(static) initialize()

Register input handlers for start and stop events and set up event handler for recognition results.

Source:

(static) setup()

Create a SpeechRecognition accessor.

Source:

(static) wrapup()

Stop the recognizer. The helper class takes care of multiple stops.

Source: