|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
SAPI 5.1
ISpRecognizer::GetRecoState
ISpRecognizer::GetRecoState retrieves the current state of the recognition engine.
HRESULT GetRecoState(
SPRECOSTATE *pState
);
Parameters
- pState
- [out] One of the input state flags contained in the SPRECOSTATE enumeration.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
E_INVALIDARG |
Invalid pointer. |
FAILED(hr) |
Appropriate error message. |
Remarks
This method determines whether audio is currently being read from the audio input stream and passed to the SR engine.
See also ISpRecognizer::SetRecoState
The default recognizer state is SPRST_ACTIVE, which means SAPI will activate the audio input stream only when at least one top-level rule is active.
To be notified when the recognizer state changes (e.g. another application changes the shared SR engine's recognizer state), rather than polling the state with ::GetRecoState, call ISpEventSource::SetInterest with SPEI_RECO_STATE.
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com