Freigeben über


SPRECOCONTEXTSTATUS (Windows CE 5.0)

Send Feedback

This structure contains the status of a speech recognition context.

typedef [restricted] struct SPRECOCONTEXTSTATUS{  SPINTERFERENCEeInterference;  WCHARszRequestTypeOfUI[255];  DWORDdwReserved1;  DWORDdwReserved2;} 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

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.