Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.