-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Update samples for google-cloud-speech
to improve usability
#11248
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
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
I am taking it up |
This problem is being fixed. Let me know if there is any more questions. Thank you! |
hey @magar51, apologies I had asked @jping0220 to take a look at this issue last week and she had started working on this already. Please do take a look at her PR and give feedback if you can. Thank you! |
magar51
added a commit
to magar51/python-docs-samples
that referenced
this issue
Mar 11, 2024
Update samples for google-cloud-speech to improve usability
magar51
added a commit
to magar51/python-docs-samples
that referenced
this issue
Mar 11, 2024
…bility Handling Issue GoogleCloudPlatform#11248
magar51
added a commit
to magar51/python-docs-samples
that referenced
this issue
Mar 11, 2024
…mples Handling Issue GoogleCloudPlatform#11248 - Update samples for google-cloud-speech to improve usability
9 tasks
leahecole
added a commit
that referenced
this issue
Apr 23, 2024
* Update samples for google-cloud-speech to improve usability * Update transcribe_streaming_v2.py * Handling Issue #11248 Update samples for google-cloud-speech to improve usability * There are typos in a comment and a log message #11294 * Outdated bash operator import on Composer 2 Docs #11433 * Update grouping.py * Update grouping.py Outdated bash operator import on Composer 2 Docs #11433 * Update grouping.py * Update example_dag.py * Apply suggestions from code review reverting Airflow 1 changes where relevant * Apply suggestions from code review Removing changes made in #11332 * Apply suggestions from code review revert speech code changes * Update speech/snippets/transcribe_streaming_v2.py * Update speech/snippets/transcribe_streaming_v2.py --------- Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
iennae
pushed a commit
that referenced
this issue
Jun 17, 2024
* Update samples for google-cloud-speech to improve usability * Update transcribe_streaming_v2.py * Handling Issue #11248 Update samples for google-cloud-speech to improve usability * There are typos in a comment and a log message #11294 * Update speech/snippets/transcribe_streaming_v2.py --------- Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
An issue was filed in
google-cloud-python
related to usability issues with thegoogle-cloud-speech
sample located here.Currently there are 2 imports in
speech/snippets/transcribe_streaming_v2.py
with similar names.SpeechClient
andcloud_speech
could be confusing to readers as they appear to be similar.Right now we have
Instead we could have
or this could also work
The text was updated successfully, but these errors were encountered: