Enumerations #
Name |
Values |
|
This class exposes no enumerations. |
Constants #
Name |
Type |
Value |
|
|
This class exposes no constants. |
Events #
Definition |
Description |
SpeakingComplete( theText as String ) |
A speak operation has completed, or been canceled. |
VoicesLoaded() |
The available voices have been loaded. |
Methods #
Definition |
Description |
Cancel() |
Cancel the current Speak action. |
Pause() |
Pause the current Speak action. |
Resume() |
Resume the current speak action. |
Speak( Messages as String, theVoice as GraffitiSpeakVoice = nil, Volume as Double = 1.0, Rate as Double = 1, Pitch as Double = 1 ) |
Say something. |
Properties #
Name |
Type |
Default Value |
Description |
IsSupported |
Boolean(Read-Only) |
False |
If true, the user’s browser support the SpeechSynthesis API. |
Speaking |
Boolean |
False |
Returns true if a speech action is currently in progress. |
Voices |
GraffitiSpeakVoice() |
Nil |
The voices available in the user’s browser. |
Examples #
There are currently no examples for this class.