ISpRecognizer::GetRecognizer (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

ISpRecognizer::GetRecognizer

ISpRecognizer::GetRecognizer retrieves the current speech recognition engine being used with this ISpRecognizer.

HRESULT GetRecognizer(
   ISpObjectToken   **ppEngineToken
);

Parameters

ppEngineToken
[out] The object token representing the current speech recognition engine.

Return values

Value Description
S_OK Function completed successfully.
E_POINTER ppEngineToken is invalid or bad.
FAILED(hr) Appropriate error message.