-
Notifications
You must be signed in to change notification settings - Fork 31
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
Could not get isFinal == true #91
Comments
@ThanhLNP can you elaborate a little bit? Are you running this code on some browser and never get an event where |
Thank you for the reply, |
Is there a way I can get isFinal = true while recognition.continuous = true? |
@ThanhLNP if you set Is the behavior you're expect that you always see a final event where |
Yes, that's what I mean For example, when I say "one" I want to get "1" right after Thank you |
@ThanhLNP I was wondering about the case where the interim result is actually correct. Let's say I speak "hello world" and get a first "result" event for "hello" with It would be helpful if you could share a log of the result events you see, what the |
Yes, the problem is with numbers |
after I added some other handlers I finally got the final_transcript value, I have a demo clip you can check out. I just want to say that I get the final_transcript value quite slowly, and it returns a lot of times (you can see in the clip) Your project is wonderful, thank you, and hope it gets better and better continuous = true;
}; |
@ThanhLNP thanks for putting together the demo! At this point it seems fairly clear that this isn't necessarily an issue with the spec, which defines all of the events being fired here, but an implementation issue, where Chrome is not behaving the way you're expecting it. Would you be able to file an issue https://crbug.com/new with a test case attached? |
Sorry for asking this question here
the following code cannot get final_transcript value, can anyone help me?
The text was updated successfully, but these errors were encountered: