interfaces
We will try to support any interface you already have. Some common ones that we have experience with are:
- SOAP: A standard for service oriented architectures that facilitates integration.
- XML: Over HTTP or HTTPS we request an XML document containing the information we require for the voice interface.
- ODBC: Direct to your database over the internet.
- Screen Scraping: Although not as efficient as a direct interface, screen scraping your existing web applications
(where available) allows you a very low cost of entry into speech recognition.