Important: The information in this document is obsolete and should not be used for new development.
SRStopListening
You can use theSRStopListening
function to stop a recognizer listening and reporting results to your application.
pascal OSErr SRStopListening (SRRecognizer recognizer);
recognizer
- A recognizer.
DESCRIPTION
TheSRStopListening
function instructs the recognizer specified by therecognizer
parameter to stop processing sound from its speech source and reporting its results to your application.