SPWORDTYPE

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

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.