You are reading help file online using chmlib.com
|
SPGRAMMARWORDTYPE lists the type of the word(s) to be added to a grammar. This type is either specified in the Speech Text Grammar Format as <GRAMMAR WORDTYPE="LEXICAL"> or as a parameter toISpGrammarBuilder::AddWordTransition(). SAPI currently allows only SPWT_LEXICAL.
typedef enum SPGRAMMARWORDTYPE
{
SPWT_DISPLAY,
SPWT_LEXICAL,
SPWT_PRONUNCIATION
} SPGRAMMARWORDTYPE;
You are reading help file online using chmlib.com
|