Share via


SPPROPSRC (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines the source object type of a property change method call. Currently the only supported value is SPPROPSRC_RECO_INST.

Syntax

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

Header sapiddk.h, sapiddk.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations