Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

feat!: migrate to microgenerator #61

Merged
merged 8 commits into from
Sep 24, 2020
Merged

feat!: migrate to microgenerator #61

merged 8 commits into from
Sep 24, 2020

Conversation

busunkim96
Copy link
Contributor

@busunkim96 busunkim96 commented Sep 23, 2020

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 23, 2020
@busunkim96 busunkim96 marked this pull request as ready for review September 23, 2020 01:58
@product-auto-label product-auto-label bot added the api: speech Issues related to the googleapis/python-speech API. label Sep 23, 2020
yield self.types.StreamingRecognizeRequest(streaming_config=config)
# yield a dictionary rather than the request object since the helper
# is used by both the v1 and v1p1beta1
yield {"streaming_config": config}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clever!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: speech Issues related to the googleapis/python-speech API. automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants