Share via


SPRECOCONTEXTSTATUS

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure contains the status of a speech recognition context.

Syntax

typedef [restricted] struct SPRECOCONTEXTSTATUS{
  SPINTERFERENCE eInterference;
  WCHAR szRequestTypeOfUI[255];
  DWORD dwReserved1;
  DWORD dwReserved2;
} SPRECOCONTEXTSTATUS;

Members

  • eInterference
    An interference type. Possible values are defined for the SPINTERFERENCE enumeration. An application can check this value to get a general idea of the input audio signal quality.
  • szRequestTypeOfUI
    Type of UI requested. If the first byte is NULL, then no UI is requested.
  • dwReserved1
    Reserved for future use.
  • dwReserved2
    Reserved for future use.

Requirements

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

See Also

Reference

SAPI Structures