TTS.PauseTime
The pause is the "endpoint" between the end of a sentenance and the beginning of the next sentence. The pause time is in milliseconds, and the default value is 100 milliseconds. When a device reads a text message outloud, the device will pause between sentences (or other series or listings) using the value set for TTS.PauseTime.
Group: TTS
Syntax: TTS.PauseTime
Example:
Private Sub Button5_Click()
On Error Resume Next
TTS.PauseTime = TextBox1.Text
End Sub
Versions Supported: RFgen 5.2.2.0 and newer.
Devices Supported: Android, iOS.