Important: The information in this document is obsolete and should not be used for new development.
SRStartListening
You can use theSRStartListeningfunction to start a recognizer listening and reporting results to your application.
pascal OSErr SRStartListening (SRRecognizer recognizer);
recognizer- A recognizer.
DESCRIPTION
TheSRStartListeningfunction instructs the recognizer specified by therecognizerparameter 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 theSRSetLanguageModelfunction) before you callSRStartListening.