This question is locked. New answers and comments are not allowed.
Has anyone gotten a speech Recognition plugin to work?
I have tried to use this one: https://github.com/mayurloved/speechrecognizer
But every time I try to fire it off, I get an error "Class not found".
My launch code is:
Only the error function fires...
Any help would be most appreciated.
I have tried to use this one: https://github.com/mayurloved/speechrecognizer
But every time I try to fire it off, I get an error "Class not found".
My launch code is:
window.plugins.SpeechRecognizer.getSupportedLanguages( function (e) { console.log("Returned: " + e); alert("Success: " + e); }, function (e) { console.log("Error occurred: " + e); alert("Error occurred: " + e); } );Only the error function fires...
Any help would be most appreciated.