I am developing a web application in Java JSF with Maven and need to use speech recognition. This will be done in a .xhtml page. My question is how to make a text field invoke the code in Java to perform speech recognition.
I beginning with the use of Watson. Someone would have some starter to help me?
Answer by FAISMAN (102) | Jul 22, 2016 at 10:21 AM
Have you seen this code to use speech to text in web browsers.: https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/speech-to-text
Answer by Daniel Bolanos (1212) | Jul 22, 2016 at 09:16 AM
Hi @ThiagoToledo, please take a look at this project: https://github.com/watson-developer-cloud/speech-javascript-sdk
Dani