Overview | API
See also
The ALSpeechRecognition module gives to the robot the ability to recognize predefined words or phrases in several languages (english is the default language).
Note
This module is only available on the robot.
ALSpeechRecognition relies on sophisticated speech recognition technologies provided by:
The WordRecognized key is organised as follows:
[phrase_1, confidence_1, phrase_2, confidence_2, phrase_3, confidence_3, ..., phrase_n, confidence_n]
where:
Note that the different hypothesis contained in that key are ordered so that the most likely phrases comes first.
The easiest way to get started with ALSpeechRecognition is to use the Speech Reco Choregraphe box.