COM objects provide basic functionality of VoiceChange core. For script programming it is not necessary to call them directly
- using VBS library provides higher programmer comfort.
The only exception for using COM objects is fax-on-demand service, which is not implemented in standard libraries yet.
- DSVXVoice.VXVoice - The basic object - other objects are parts of this object.
- Attributes
- IniFile - Configuration file name.
- Line - Object of phone line driver.
- Archive - Object of voice messages archive.
- Init - Initialization.
- StoreFile - Store file into the archive.
- GetFile - Get the file from archive.
- DeleteFile - Delete file from archive.
- SetItems - Set information about a file in archive.
- Find - Find files from query.
- FetchNextRecord - Fetch the next record from the archive based on search
criteria from method Find.
- GetItem - Get information about file in archive.
- CheckUser - Check if the client license for storing data into archive
Folder exists.
- Mail - Read only. Object for interface to electronic mail.
- Converter - Object of convertor WAV files.
- Methods
- VXTXT2SPEECHLib.VXTxt2Speech - Object for human reading of the text.