SPPROPSRC (SAPI 5.3)
Microsoft Speech API 5.3
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.