-
Notifications
You must be signed in to change notification settings - Fork 79
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
CloudSpeechRecognizer connection status #34
Comments
I've been looking for the docs on this as well. It doesn't seem like it's obviously exposed. Ideally sonus could trigger the |
That's really a must. Amazon DOT comes back with a red light and "I'm sorry but I'm having trouble understanding right now". |
Totally agreed. I'm still looking for a good way to do this and am open to suggestions :) |
I opened an issue with in the google repo, seems like there might be something doing on their end: googleapis/google-cloud-node#1993 |
It seems that this is now exposed! I should have time to implement it this weekend :) |
Great work BTW!
I'm interested in understanding if there is a way to detect the status of the cloud speech recognizer. I'm working on an embedded application and would love to be able to display an "offline" if the recognizer socket has disconnected or if the connection fails. Currently it fails silently.
Tested by disconnecting network and running any sonus example.
I looked through the google cloud docs and didn't see anything obvious.
Hopefully it's a quick fix, or you can point me to the google module that does it.
Thanks again,
Leif
The text was updated successfully, but these errors were encountered: