Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
SPRECOCONTEXTSTATUS
SPRECOCONTEXTSTATUS contains information about the status of the recognition context.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef struct SPRECOCONTEXTSTATUS</strong> <strong>{</strong><a runat="server" href="jj127469(v=msdn.10).md"><strong>SPINTERFERENCE</strong></a> <em>eInterference</em>; <strong>WCHAR</strong> <em>szRequestTypeOfUI[255]</em>; <strong>DWORD</strong> <em>dwReserved1</em>; <strong>DWORD</strong> <em>dwReserved2</em>; <strong>} SPRECOCONTEXTSTATUS</strong>; </pre>
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. Microsoft engines do not support display of graphical user interfaces (GUIs) in the Speech Platform. Calls to any ::DisplayUI method will fail. - dwReserved1
Reserved for future expansion. - dwReserved2
Reserved for future expansion.