TTS.Speak
The speak option makes the Android device read the text outloud when its called by any type of user input. It can be set to a button press or after a scan event is called. The ability to capture the user's speech is not supported yet. It will speak in the language that is set by default in the device's OS configuration or the language called by TTS.SetLanguage.
Note: Not all devices have a built-in speaker which is required to use TTS.
Group: TTS
Syntax: TTS.Speak
Speak (String) – The sentence or phase to be read outloud.
Example:
Private Sub Speak_Click()
On Error Resume Next
TTS.Speak
End Sub
Versions Supported: RFgen 5.2.2.0 and newer.
Devices Supported: Android, iOS.