|
| 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
ISpSREngine::LoadProprietaryGrammar
ISpSREngine::LoadProprietaryGrammar instructs the engine to load a grammar in an engine-specific format. This is used to load grammars that are not in the standard SAPI CFG format.
HRESULT LoadProprietaryGrammar(
void *pvEngineGrammar,
REFGUID rguidParam,
const WCHAR *pszStringParam,
const void *pvDataParam,
ULONG ulDataSize.
SPLOADOPTIONS Options
);
Parameters
- pvEngineGrammar
- [in] The engine's grammar pointer, as returned from the OnCreateGrammar method.
- rguidParam
- [in] Unique identifier for the grammar.
- pszStringParam
- [in, string] Null-terminated string containing proprietary grammar string data.
- pvDataParam
- [in] Pointer to grammar image data.
- ulDataSize
- [in] Size, in bytes, of the grammar image data.
- Options
- [in] One of the grammar loading options specified in the SPLOADOPTIONS enumeration sequence.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
FAILED (hr) |
Appropriate error message. |
Remarks
The application can supply the engine with either a GUID, string data, or binary data or some combination of these, in order to describe the grammar. SAPI does nothing with this data apart from correctly marshaling it to the SR engine.
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