| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.6 and later. |
| Companion guide | |
| Declared in | NSSpeechRecognizer.h |
The NSSpeechRecognizerDelegate protocol defines the optional methods implemented by delegates of NSSpeechRecognizer objects.
Invoked when the recognition engine has recognized the application command command.
- (void)speechRecognizer:(NSSpeechRecognizer *)sender didRecognizeCommand:(id)command
command is one of the strings from the array passed to setCommands:. The delegate typically evaluates which command was recognized and performs the related action.
NSSpeechRecognizer.hLast updated: 2009-04-22