|
| 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::SetAdaptationData
ISpSREngine::SetAdaptationData provides the SR engine with text data from the application for language-model adaptation purposes. This method is called when an application calls ISpRecoContext::SetAdaptationData. If the engine does not support this type of adaptation, it should do nothing in this function and return S_OK.
HRESULT SetAdaptationData(
void *pvEngineContext,
const WCHAR *pAdaptationData,
const ULONG cch
);
Parameters
- pvEngineContext
- [in] Engine's recognition context pointer for the context that is sending the data.
- pAdaptationData
- [in] Buffer containing the adaptation data. Applications should copy this data before returning from this function if they are going to use this data.
- cch
- [in] The size, in WCHARs, of the adaptation data in pAdaptationData.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
FAILED(hr) |
Appropriate error message. |
Remarks
Some engines may take considerable processing time to perform language model adaptation. Thus, applications should submit adaptation data in chunks to the engine. The engine can then fire an event SPEI_ADAPTATION to indicate that it can receive more adaptation data.
Engines can either persist the adaptation in the current RecoProfile or reset it every session.
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