Share via


SPPATHENTRY (SAPI 5.3)

Microsoft Speech API 5.3

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.