You are reading help file online using chmlib.com
|
ISpITNProcessor::LoadITNGrammar loads an inverse text normalization (ITN) grammar. The loaded grammar can be used by either SAPI or the speech recognition (SR) engine.
HRESULT LoadITNGrammar(
WCHAR *pszCLSID
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_POINTER | pszCLSID is invalid or bad. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|