SPPROPSRC

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

SPPROPSRC

SPPROPSRC lists the source object type of a property change method call.

typedef enum SPPROPSRC
{
    SPPROPSRC_RECO_INST,
    SPPROPSRC_RECO_CTX,
    SPPROPSRC_RECO_GRAMMAR
} SPPROPSRC;

Elements

SPPROPSRC_RECO_INST
The source of the property change call was an ISpRecognizer or ISpeechRecognizer-based object.
SPPROPSRC_RECO_CTX
The source of the property change call was an ISpRecoContext or ISpeechRecoContext-based object. Currently, not used by SAPI.
SPPROPSRC_RECO_GRAMMAR
The source of the property change call was an ISpRecoGrammar or ISpeechRecoGrammar-based object. Currently, not used by SAPI.