Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

ISpVoice::GetSyncSpeakTimeout

ISpVoice::GetSyncSpeakTimeout retrieves the timeout interval for synchronous speech operations for this voice.  For more information on timeouts, see ISpVoice::SetSyncSpeakTimeout.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetSyncSpeakTimeout(</strong> <strong> ULONG</strong> *<em>pmsTimeout</em> <strong>);</strong> </pre>

Parameters

  • pmsTimeout
    [out] Pointer to a ULONG which receives the timeout interval in milliseconds for synchronous speech operations.

Return Values

Value Description
S_OK Function completed successfully.
E_POINTER pmsTimeout is invalid.