cordova-plugin-speechrecognition
cordova-plugin-speechrecognition copied to clipboard
How to measure confidence leave of Speech recognition plugin
Hi, Myself saikumar, I am using this plugin in my application and it working fine,it's giving the output what i am speecing along with matched record. Now i want to know "How to measure confidence leave of Speech recognition plugin means how much accurate this plugin recogining the voice input from user" It will be useful for me to implement this plugin into my project
Is it a paid a one or a free because as u as mentioned in a plugin description It uses Speech API of Google and it is a paid one after some hits can u a clarity about it Thanks
The google Speech-to-Text API responses with a confidence value. The best would be, if this plugin pipes that to the api user. Not sure if it already doe's this. Didn't saw it.