SPWORDENTRY (Windows CE 5.0)
This structure contains information about a word that can be recognized. It is used by SAPI and an SR engine for information exchange.
typedef [restricted] struct SPWORDENTRY{ SPWORDHANDLEhWord; LANGIDLangID; constWCHAR* pszDisplayText; constWCHAR* pszLexicalForm; SPPHONEID* aPhoneId; void* pvClientContext;} SPWORDENTRY;
Members
- hWord
Handle to the current word. - LangID
Language identifier. - pszDisplayText
Pointer to a null-terminated string specifying display text information. - pszLexicalForm
Pointer to a null-terminated string specifying the lexical text information. - aPhoneId
Pointer to a null-terminated array of phoneme identifiers for the word. - pvClientContext
Pointer to the client context to associate with the word entry.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors