This topic has not yet been rated - Rate this topic

SPTRANSITIONTYPE (SAPI 5.3)

Speech API 5.3
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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.