Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Speech Recognition Manager /
Chapter 1 - Speech Recognition Manager / Speech Recognition Manager Reference
Speech Recognition Manager Routines / Creating and Manipulating Recognizers


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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997