You are reading help file online using chmlib.com
|
SPSTATEINFO contains information about the transitions from a single state in a context-free grammar.
SAPI provides information when the speech recognition engine requests grammar state information (see ISpSREngineSite::GetStateInfo).
typedef struct SPSTATEINFO
{
ULONG cAllocatedEntries;
SPTRANSITIONENTRY *pTransitions;
ULONG cEpsilons;
ULONG cRules;
ULONG cWords;
ULONG cSpecialTransitions;
} SPSTATEINFO;
You are reading help file online using chmlib.com
|