Important: The information in this document is obsolete and should not be used for new development.
Speech Recognition Callback Routines
You can receive notification of recognizer events either by installing an Apple event handler or by installing a speech recognition callback routine. In general, you should use an Apple event handler to process recognition notifications. You should use callback routines only for executable code that cannot easily receive Apple events.
Subtopics
- MySRCallBack