Important: The information in this document is obsolete and should not be used for new development.
SRSpeechBusy
You can use theSRSpeechBusyfunction to determine if the feedback character in a feedback window is currently speaking.
pascal Boolean SRSpeechBusy (SRRecognizer recognizer);
recognizer- A recognizer.
DESCRIPTION
TheSRSpeechBusyfunction returns, as its function result, the valueTRUEif the feedback character in the feedback window associated with the recognizer specified by therecognizerparameter is currently speaking. Otherwise,SRSpeechBusyreturns the valueFALSE.