SRStartListening
You can use the SRStartListening function to start a recognizer listening and reporting results to your application.
pascal OSErr SRStartListening (SRRecognizer recognizer);
recognizer
- A recognizer.
DESCRIPTION
The SRStartListening function instructs the recognizer specified by the recognizer parameter to begin processing sound from its speech source and reporting its results to your application (either using Apple events or through a speech recognition callback routine).
SPECIAL CONSIDERATIONS
You must already have built a language model and attached it to the recognizer (by calling the SRSetLanguageModel function) before you call SRStartListening.