You are reading help file online using chmlib.com
|
ISpRecognizer::GetRecognizer retrieves the current speech recognition engine being used with this ISpRecognizer.
HRESULT GetRecognizer(
ISpObjectToken **ppEngineToken
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppEngineToken is invalid or bad. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|