Description
The SpeakStop method stops the speech operation asynchronously.
[Visual Basic]
Function SpeakStop( [Gracefully As Boolean = False] ) As Boolean
[C#]
public SpeakStop(Boolean Gracefully);
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
See Also
Support editions
