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

Speech API supported? #454

Closed
pauljacksonrodgers opened this issue Aug 22, 2016 · 4 comments
Closed

Speech API supported? #454

pauljacksonrodgers opened this issue Aug 22, 2016 · 4 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Milestone

Comments

@pauljacksonrodgers
Copy link

Is the v1beta cloud speech API supported by this gem? It is listed here as a supported API, but it doesn't look like it's included here, unless I'm missing something.

@codekitchen
Copy link

I had to generate the API classes using the generate-api command included with this gem, and then everything worked as expected for syncrecognize_speech and asyncrecognize_speech. However, the StreamingRecognize operation is only allowed via gRPC, not REST, so it isn't supported by this gem.

@pauljacksonrodgers
Copy link
Author

Ah, OK. Is there any way of implementing the API on the non-gRPC endpoints?

@beccasaurus
Copy link
Contributor

@sqrrrl Can we generate the API client for Cloud Speech v1beta1 and push a new release?

I'm working on a sample that uses this API. It works, but I currently have to include the generated code in the sample.

@sqrrrl
Copy link
Contributor

sqrrrl commented Aug 30, 2016

Yep, will do later today.

@sqrrrl sqrrrl added this to the 0.9.13 milestone Aug 31, 2016
@sqrrrl sqrrrl closed this as completed Aug 31, 2016
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

5 participants