I use the Google Voice Voice API for a large project; as you understand, I need to use voice recognition in the input, I built it as follows:
<input type="text" id="search_text" name="search_text" value="" autocomplete="off" maxlength="200" x-webkit-speech lang="fr" onwebkitspeechchange="this.form.submit();">
It works. He recognizes your voice and tries to put something. My problem is that she doesnโt understand anything, because she certainly uses the Google database as a link to understand what you are saying.
I want to set my database as a link and get good recognition, but after a few hours of searching the Internet I did not find it.
I tried to understand how GRXML works (because you can add it to set some specifications on inputs) - I also gave up, I did not even understand this.
Does anyone have voice recognition experience and can help me with this? There is almost no documentation on voice recognition and a link to a database on the Internet (or even an XML file, I could generate one).
source share