-
Notifications
You must be signed in to change notification settings - Fork 54
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
Event Listener for Final Result or Listening Stopped #68
Comments
This comment was marked as abuse.
This comment was marked as abuse.
Is there an update on this one? |
For me not having this events makes it unusable for now. Maybe an error event would be nice to have. |
This comment was marked as abuse.
This comment was marked as abuse.
for me IOS works fine, records on start and stops recording on stop. PR #83 added a useful isListening method that has 2 problems: |
isListening is working fine for me on iOS, if it doesn't work for you, please, create a new issue and provide a sample app that reproduces the problem it's not possible to do continuous recognition on any of the platforms, iOS stops after a minute, Android when it detects a silence. iOS was missing some cases where |
Is your feature request related to a problem? Please describe.
On iOS and Android when implementing this plugin, speech recognitions starts and then stops either when the user finishes talking or after a predetermined a mount of time. Whilst it is possible to capture the partial results as the listener is talking. It doesn't seem possible to either listen indefinitely and the use the .stop() method to manually stop listening and process teh final result, nor is there a listener to return the full result.
Describe the solution you'd like
I think the above could be solved with one of two new features:
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: