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