Microsoft Speech SDK
SAPI 5.1
SPPATHENTRY
SPPATHENTRY array is passed by the SR engine to ISpSREngineSite::ParseFromTransitions as part of SPPARSEINFO
typedef struct SPPATHENTRY
{
union
{
SPTRANSITIONID hTransition;
SPPHRASEELEMENT elem;
};
} SPPATHENTRY;
Members
- hTransition
- Handle of the transition that was recognized at this point.
- elem
- Element information--can be left blank. In this case, SAPI will fill in the information from the grammar.