Skip to content
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

callback error of result.final variable Result #16

Closed
EllenGuissoni opened this issue Dec 27, 2019 · 2 comments
Closed

callback error of result.final variable Result #16

EllenGuissoni opened this issue Dec 27, 2019 · 2 comments

Comments

@EllenGuissoni
Copy link

I'm testing with an iOS version 13.2.3 and noticed that the result.finalResult variable is always returning me with the false value even at the end of the audio capture, but when I test with android the result.finalResult variable returns me the value true

@sowens-csd
Copy link
Contributor

On the example app on iOS 13.3 it returns true as expected when stop is called. If you call cancel it return false. One difference I've noticed between the iOS and Android speech recognition is that Android auto cancels after a fairly short wait and will return true on the result at that time. Perhaps that's what you're seeing?

@sowens-csd
Copy link
Contributor

Closing as this seems to be working as intended. Feel free to provide more details if you're still seeing a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants