Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
SPRECOCONTEXTSTATUS
typedef struct SPRECOCONTEXTSTATUS
{SPINTERFERENCE eInterference;
WCHAR szRequestTypeOfUI[255];
DWORD dwReserved1;
DWORD dwReserved2;
} SPRECOCONTEXTSTATUS;
Members
- eInterference
One of the interference types contained in the SPINTERFERENCE enumeration. An application can check this value for the input audio signal quality. - szRequestTypeOfUI[255]
Specifies the type of UI requested. If the first byte is NULL, no UI is requested. See ISpRecognizer::DisplayUI and SPDUI_* for a list of the SAPI-defined UI types. - dwReserved1
Reserved for future expansion. - dwReserved2
Reserved for future expansion.