TAPIEx ActiveX Control v3.6

SpeakStop

The SpeakStop method stops the speech operation asynchronously.

Function SpeakStop(
[Gracefully As Boolean = False]
) As Boolean

Parameters

Gracefully
(Default value: false)
If parameter Gracefully is True, it will try to stop the voice at the nearest word boundary.

Return Values

If the method succeeds, the return TRUE, otherwise return FALSE. Use ErrCode property to get the error code if return FALSE.

Remarks

None.

See Also

None.