Uh oh!
There was an error while loading. Please reload this page.
Speech Partial Veneer - #3483
Merged
Merged
Conversation
theacodes
approved these changes
Jun 8, 2017
| """A set of convenience methods to make the Speech GAPIC easier to use. | ||
| This class should be considered abstract; it is used as a superclass | ||
| in a multiple-inheritance construction alongside the applicable GAPIC. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| :meth:`~.speech_v1.SpeechClient.streaming_recognize`. | ||
| """ | ||
| yield self.types.StreamingRecognizeRequest(streaming_config=config) | ||
| for r in requests: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
lukesneeringer
commented
Jul 14, 2017
ContributorAuthor
I am letting this go in without waiting on the system tests of literally every other package. I have run them locally (unit, system, lint) repeatedly as well as built docs. |
Merged
dhermes pushed a commit
that referenced
this pull request
Jul 14, 2017
landrito pushed a commit
to landrito/google-cloud-python
that referenced
this pull request
Aug 21, 2017
* Vendor the GAPIC for Speech. * Speech Partial Veneer (googleapis#3483) * Update to docs based on @dhermes catch. * Fix incorrect variable. * Fix the docs. * Style fixes to unit tests. * More PR review from me.
landrito pushed a commit
to landrito/google-cloud-python
that referenced
this pull request
Aug 22, 2017
* Vendor the GAPIC for Speech. * Speech Partial Veneer (googleapis#3483) * Update to docs based on @dhermes catch. * Fix incorrect variable. * Fix the docs. * Style fixes to unit tests. * More PR review from me.
landrito pushed a commit
to landrito/google-cloud-python
that referenced
this pull request
Aug 22, 2017
* Vendor the GAPIC for Speech. * Speech Partial Veneer (googleapis#3483) * Update to docs based on @dhermes catch. * Fix incorrect variable. * Fix the docs. * Style fixes to unit tests. * More PR review from me.
atulep pushed a commit
that referenced
this pull request
Apr 3, 2023
atulep pushed a commit
that referenced
this pull request
Apr 18, 2023
parthea pushed a commit
that referenced
this pull request
Oct 22, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a partial Veneer for Speech, following the same pattern as Vision.
The base branch for this PR does nothing but add the vendored GAPIC; I did it this way to avoid the clutter in review.