Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpVoice::GetPriority
ISpVoice::GetPriority retrieves the current voice priority level. See ISpVoice::SetPriority for more information on voice priorities.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetPriority(</strong><a runat="server" href="jj127486(v=msdn.10).md"><strong>SPVPRIORITY</strong></a> *<em>pePriority</em> <strong>);</strong> </pre>
Parameters
- pePriority
[out] Pointer to priority information of type SPVPRIORITY.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | Invalid pointer. |