SPWORDPRONOUNCEABLE
Other versions of this page are also available for the following:
8/28/2008
This enumeration defines options for word pronunciation.
Syntax
typedef enum SPWORDPRONOUNCEABLE{
SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE = 0,
SPWP_UNKNOWN_WORD_PRONOUNCEABLE = 1,
SPWP_KNOWN_WORD_PRONOUNCEABLE = 2
} SPWORDPRONOUNCEABLE;
Elements
- SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE
The word is not pronounceable and is not located in the lexicon or the dictionary of an SR engine.
- SPWP_UNKNOWN_WORD_PRONOUNCEABLE
The word is pronounceable but is not located in the lexicon or the dictionary of an SR engine.
- SPWP_KNOWN_WORD_PRONOUNCEABLE
The word is pronounceable and is located in the lexicon or the dictionary of an SR engine.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |
See Also
Reference
SAPI Enumerations
ISpRecoGrammar::IsPronounceable
ISpSREngine::IsPronounceable