Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.