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.
This enumeration defines the source object type of a property change method call. Currently the only supported value is SPPROPSRC_RECO_INST.
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-based object or an ISpeechRecognizer-based object. - SPPROPSRC_RECO_CTX
The source of the property change call was an ISpRecoContext or an ISpeechRecoContext-based object. Currently this value is not supported. - SPPROPSRC_RECO_GRAMMAR
The source of the property change call was an ISpRecoGrammar or an ISpeechRecoGrammar-based object. Currently this value is not supported.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.
See Also
Send Feedback on this topic to the authors