Module BasicSpeechScript :: Class BasicSpeechScriptState
[hide private]
[frames] | no frames]

Class BasicSpeechScriptState

source code

AccessEngine.AEScript.ScriptState --+
                                    |
                                   BasicSpeechScriptState

User configurable settings for basic speech service and reports.

WordEcho (bool): Echo words when typing?

CharEcho (bool): Echo characters when typing?

AutoLang (bool): Switch languages automatically?

CharLimit (numeric): Set the threshold for text insertion synthesizing. If text exceeds this threshold, it will be summarized.

RoleVerbosity (bool): Say role information always, only when it changes, or never?

IndexVerbosity (enum): Say the index and size of a collection always, only when it changes, or never?

HeaderVerbosity (enum): Say headers always, when they change in a table, or never?

TextVerbosity (enum): Say the line containing the caret or read all text starting with the line containing the caret?

Instance Methods [hide private]
 
init(self)
Create AEState settings for this AEScript.
source code
AEState.Setting.Group
getGroups(self)
Gets configurable settings for this AEScript.
source code
Class Variables [hide private]
integer last_count
Instance Variables [hide private]
  activewincnt
Used to track the number of active windows.
Method Details [hide private]

getGroups(self)

source code 
Gets configurable settings for this AEScript.
Returns: AEState.Setting.Group
Group of all configurable settings