SPRECOCONTEXTSTATUS (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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.