SPRECOCONTEXTSTATUS (Windows Embedded CE 6.0)
1/6/2010
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 |