TTS.StopSpeak

The StopSpeak option stops the Android device from reading the text outloud when its called by any type of user input. It can be set to a button press or after a Speak event is called. The ability to capture user speech is not supported yet.

Group: TTS

Syntax: TTS.StopSpeak

Example:

Private Sub btnStopSpeaking_Click()

On Error Resume Next

TTS.StopSpeak

End Sub

Versions Supported:    RFgen 5.2.2.0 and newer.

Devices Supported:    Android, iOS.