The stopspeaking statement stops any talking that is currently happening.
Parameters
This statement has one parameter:spot – specifies when to stop. If this parameter is "sentence"
, speaking will stop at the end of the current sentence. If this parameter is "word"
, speaking will stop at the end of the current word. If it is any other value, speaking will stop immediately.
Description
This statement stops any talking that is currently happening. This example stops speaking immediately.
stopspeaking ""
This example stops speaking after the current word is finished.
stopspeaking "word"
This example stops speaking after the current sentence is finished.
stopspeaking "sentence"
There is another statement, pausespeaking, that also stops speaking, however, if paused it can be restarted with the resumespeaking statement.
See Also
History
Version | Status | Notes |
10.0 | Updated | Carried over from Panorama 6.0, but now includes a parameter that specifies exactly when to stop speaking. Existing legacy applications will have to be modified to add this parameter. |