Share via


SPCONTEXTSTATE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines states for grammars associated with a speech recognition context.

Syntax

typedef enum SPCONTEXTSTATE{
  SPCS_DISABLED = 0,
  SPCS_ENABLED = 1
} SPCONTEXTSTATE;

Elements

  • SPCS_DISABLED
    Disable grammars.
  • SPCS_ENABLED
    Enable grammars.

Requirements

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

See Also

Reference

SAPI Enumerations