SPRECOCONTEXTSTATUS
This structure contains the status of a speech recognition context.
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
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.