SPRESULTTYPE

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

SPRESULTTYPE

SPRESULTTYPE lists the result object type information.

typedef enum SPRESULTTYPE 
{
    SPRT_CFG, 
    SPRT_SLM, 
    SPRT_PROPRIETARY, 
    SPRT_FALSE_RECOGNITION 
} SPRESULTTYPE;

Elements

SPRT_CFG
Flag specifying that the result object is a context-free grammar type (e.g. command and control grammar).
SPRT_SLM
Flag specifying that the result object is a statistical-language model type (e.g. dictation).
SPRT_PROPRIETARY
Flag specifying that the result object is a proprietary grammar type.
SPRT_FALSE_RECOGNITION
Flag specifying that the result object is a false recognition type. The speech recognition engine can combine the other values with false recognition to inform applications that it failed to recognize specific type of grammar.