Adding speech to your web page

Beta is free!

  • Register for an account.
  • Get your developer ID. You will use this in your API calls and to access the speech console.
  • Try out the demos
  • Download the demo source and use it as sample
  • Read the api docs for more details
  • Monitor your usage on the Speech Console .
  • Contact us with any questions, suggestions or comments via email or the support forum (on the support page)

Adding speech on the web server

You can use java, php, ruby, or python. Go to the API documentation page for guidenece on using the server side scripting languages. The java CLI code is open source and can be found here. Other languages and platforms that support http are easy to use as well. Contact us if you need help

Java based recognition

The java client is worth special note here since it and the javascript API have the most features. With the java API, you can do real time streaming. You can do endpointing on the client, You can do feature extraction on the client (or server). You can use out of the box endpointer, or build your own.

The best way to get started with the java client, is to download and java based CLI opensource project. This project has some good examples and you can use the ant based project as good starting point for your own projects.