Note

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

Microsoft Speech Platform

ISpVoice::SpeakCompleteEvent

ISpVoice::SpeakCompleteEvent returns an event handle that will be signaled when the voice has completed speaking all pending requests. This is similar to the functionality provided by ISpVoice::WaitUntilDone, but allows the caller to wait on the event handle. 

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>[local] HANDLE SpeakCompleteEvent ( void );</strong> </pre>

Parameters

Return Values

Value Description
Event Handle For WAIT operation.

Remarks:

The caller should not call CloseHandle(), nor should the caller ever use the handle after releasing the COM reference to this voice.