
#import <SpeechExposition.h>
Public Member Functions | |
| (void) | - speechRecognizer:didRecognizeCommand: |
| Delegation message sent by the NSSpeechRecognizer when a command is recognized. | |
| (void) | - attachTo:withSpeech: |
| Sets the links to the SpeechManifester and NSSpeechRecognizer objects. | |
Protected Attributes | |
| expo::SpeechManifester * | speech |
| Link to the SpeechManifester using this instance. | |
| NSMutableDictionary * | dictionary |
| A dictionary of all recognizable commands. | |
| NSSpeechRecognizer * | _speechRecognizer |
| Link to the NSSpeechRecognizer object. | |