SaltModules Remarks
Contains information about the capabilities of a client device.
Each property of the SaltModules object represents a client capability that is pertinent to SALT, such as DTMF input or speech synthesis output. Each application page contains a single SaltModules object, which is initialized when the client browser downloads the page. As part of its initialization process, the SaltModules object sets each of its properties to reflect whether the client device supports the capability represented by that property.
For example, if a particular client device supports DTMF input, and does not support speech synthesis, the SaltModules object in a downloaded page on this device will have a Dtmf property value of true and a SpeechSynthesis property value of false.
SaltModules Properties
- BasicMediaPlayback
Gets whether the SALT client supports media playback. - BasicRecognition
Gets whether the SALT client supports speech recognition. - BasicRecording
Gets whether the SALT client supports recording. - CallControl
Gets whether the SALT client supports call control. - ConcurrentRecognitionRecording
Gets whether the SALT client supports concurrent recognition and recording. - DeclarativeProgramming
Gets whether the SALT client supports the SALT bind element. - Dtmf
Gets whether the SALT client supports dual tone multi-frequency (DTMF) input. - Empty
Gets whether the SALT client supports SALT functionality. - JsNetSupport
Gets whether the SALT client supports JScript.NET. - Logging
Gets whether the SALT client supports logging. - Messaging
Gets whether the SALT client supports messaging. - PromptQueue
Gets whether the SALT client supports prompt queue. - Scripting
Gets whether the SALT client supports scripting. - SpeechSynthesis
Gets whether the SALT client supports speech synthesis.
See Also
SaltModules Class | SaltModules Constructor | SaltModules Members | SaltModules Properties | SaltModules Methods