Microsoft Speech Platform
SPWORDTYPE
SPWORDTYPE lists the change state of a word/pronunciation combination in a lexicon. Using this enumeration, an engine can determine what word pronunciation changes have occurred since it last checked using the ISpLexicon::GetGenerationChange method.
typedef enum SPWORDTYPE
{
eWORDTYPE_ADDED,
eWORDTYPE_DELETED
} SPWORDTYPE;
Elements
- eWORDTYPE_ADDED
- The word has been added to the lexicon.
- eWORDTYPE_DELETED
- The word has been deleted from the lexicon.