-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
chore(speech): migrate code from googleapis/python-speech #8982
Conversation
Change-Id: Ie385fd8105325c6f2754b737e0f11c84254bcb47
* Migrate quickstart to GAPIC client library * Migrate transcribe to GAPIC client library * Migrate transcribe_async to GAPIC client library * Migrate transcribe_streaming to GAPIC client library * clean up * clean up * Import from google.cloud.speech * update transcribe samples * import in alphabetic order * remove unused variable * use strings instead of enums * restructure code * comment on sreaming requests * import style * flake * correct indent * migrate transcribe_streaming_mic to gapic * update google-cloud-speech version requirement * addressing review comments * at the end of the audio stream, put None to signal to the generator * flake * addressing github review comments * add region tags for migration guide * update README * rst format * bullet * addressing PR review comments * use enums * remove a word
* Auto-update dependencies. * Explicitly use latest bigtable client Change-Id: Id71e9e768f020730e4ca9514a0d7ebaa794e7d9e * Revert language update for now Change-Id: I8867f154e9a5aae00d0047c9caf880e5e8f50c53 * Remove pdb. smh Change-Id: I5ff905fadc026eebbcd45512d4e76e003e3b2b43
Here is the summary of changes. You are about to add 53 region tags.
This comment is generated by snippet-bot.
|
@telpirion Should we include the CODEOWNERS and blunderbuss.yml updates, too? @nicain @m-strzelczyk @dandhlee These changes are blocked by an invalid license header, "Google Inc" rather than "Google, Inc." Given that these are existing files, should we update the configuration to allow "Google Inc" or do you have another suggestion to move forward? |
We should fix the license headers, if they're deemed invalid (slight tweak to fix them is fine). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add CODEOWNERS
and blunderbuss.yml
for api: speech
.
speech/snippets/transcribe_streaming_voice_activity_timeouts.py
Outdated
Show resolved
Hide resolved
speech/snippets/transcribe_streaming_voice_activity_timeouts_test.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will override CLA and admin merge pending tests passing.
Thank you, @dandhlee ! |
Seems like tests are passing now! I don't anticipate 3.9 failing for a different reason. Overriding CLA and admin merging. |
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)