Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.