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 / Using the System Feedback Window


SRSpeechBusy

You can use the SRSpeechBusy function to determine if the feedback character in a feedback window is currently speaking.

pascal Boolean SRSpeechBusy (SRRecognizer recognizer);
recognizer
A recognizer.
DESCRIPTION
The SRSpeechBusy function returns, as its function result, the value TRUE if the feedback character in the feedback window associated with the recognizer specified by the recognizer parameter is currently speaking. Otherwise, SRSpeechBusy returns the value FALSE.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997