I am looking for a speech recognition API that returns interim results as the user is speaking, similarly to what Google does on its homepage (https://www.google.com). I am looking for an API that supports French. What I want to do is to create a web application that works similarly to Google vocal search.
- Google Speech API is not recommended for professional development, since it changes often and is not completely documented.
- IBM Watson doesn't support French
- AT&T Speech API doesn't return interim results
- CMU Sphinx returns incredibly bad results (see a demo here: http://syl22-00.github.io/pocketsphinx.js/live-demo.html)
- Nuance products don't seem to be made for a web application. (if you know what should I do to use them, I am interested!)