Navigation :
texttospeech.pause()
Type Function
Return value none
See also texttospeech.*
Overview
Pauses an ongoing speech. Can be resumed by texttospeech.continue()
Syntax
texttospeech.pause(waitForWordEnd)
waitForWordEnd optional
Boolean. If true, the speech will be interrupted at the word end. Otherwise the speech will be interrupted immediately.