|
| 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
SPPHRASEALTREQUEST
SPPHRASEALTREQUEST contains information relevant to an application calling ISpRecoResult::GetAlternates (e.g., number of alternates requested, original phrase information, private engine data, etc.).
typedef struct tagSPPHRASEALTREQUEST
{
ULONG ulStartElement;
ULONG cElements;
ULONG ulRequestAltCount;
void *pvResultExtra;
ULONG cbResultExtra;
ISpPhrase *pPhrase;
ISpRecoContext *pRecoContext;
} SPPHRASEALTREQUEST;
Members
- ulStartElement
- Based on the original phrase, the starting element of the span from which to retrieve alternates.
- cElements
- Based on the original phrase, the number of elements in the span from which to retrieve alternates.
- ulRequestAltCount
- The maximum number of alternates that an application requests.
- pvResultExtra
- Pointer to the private SR engine data as sent from the SR engine. Can be NULL of no data was supplied.
- cbResultExtra
- The size of the private SR engine data as sent from the SR engine. Can be zero of no data was supplied.
- pPhrase
- The original recognition as sent from the SR engine.
- pRecoContext
- Pointer to an ISpRecoContext interface that allows the alternate analyzer to communicate with itself and the SR engine. The alternate analyzer can use IUnknown::QueryInterface to query the context for the private SR engine extension (see ISpPrivateEngineCall for more information about private engine extensions.
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