-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onPartialResult callback and grammar #214
Comments
Partial results returned 5 times a second to provide you real-time updates.
Add a special [unk] word to the list |
Thanks for the fast answer. I say 'five' and i get four |
You need to add "[unk]" to the list |
["yes","no","none","next","zero","one","two","three","four","red","blue","green","yellow","white", "[unk]"] like this? |
Yes, partial results are preliminary and not very reliable |
Is it just the first time? I can count on it the second time and onwards will be [unk]? |
There is an option to get reliability or score in onPartialResult? |
You can find more accurate model, yes! In general it is very hard to spot words in realtime, you'd better have some delay. |
Thanks a lot |
Last question, where can I find a more accurate and slimmer model? |
First of all it works great and fast.
Thanks for the help
The text was updated successfully, but these errors were encountered: