Microsoft Speech SDK
SAPI 5.1
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.