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.3
SPTRANSITIONTYPE
SPTRANSITIONTYPE lists grammar rule transition information.
typedef enum SPTRANSITIONTYPE
{
SPTRANSEPSILON,
SPTRANSWORD,
SPTRANSRULE,
SPTRANSTEXTBUF,
SPTRANSWILDCARD,
SPTRANSDICTATION
} SPTRANSITIONTYPE;
Elements
- SPTRANSEPSILON
Flag specifying that the grammar rule is an SPTRANSEPSILON type. - SPTRANSWORD
Flag specifying that the grammar rule is an SPTRANSWORD type. - SPTRANSRULE
Flag specifying that the grammar rule is an SPTRANSRULE type. - SPTRANSTEXTBUF
Flag specifying that the grammar rule is an SPTRANSTEXTBUF type. - SPTRANSWILDCARD
Flag specifying that the grammar rule is an SPTRANSWILDCARD type. - SPTRANSDICTATION
Flag specifying that the grammar rule is an SPTRANSDICTATION type.