-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Speech streaming_recognize() surface could be improved? #2709
Comments
@dhermes, to continue the conversation we were having on chat. What should the goals be for this? Here's my proposal for a strategy.
Example at this point
you could call Example of accessing data for
>>> print(result.transcript)
that is
>>> print(result.alternatives[0].transcript)
the question The docs example of streaming_recognize set of responses.
|
Since this ticket was filed, we have released a new Speech library which entails effectively a complete rewrite. Since it is very likely to solve this issue, I am closing this. However, please feel free to reopen if my closure is premature. Note: Make sure you are using |
After merging #2680, there is still some discussion about the surface that we expose.
The text was updated successfully, but these errors were encountered: