-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Review cleanup for PR #2344. #2376
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
Conversation
| bucket = client.get_bucket('<your-bucket-name>') | ||
| blob = bucket.blob('my-test-file.txt') | ||
| blob.upload_from_string('this is test content!') | ||
| blob.upload_from_string('this is test content!') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| ... print(' transcript: %s' % (alternative["transcript"],)) | ||
| ... print(' confidence: %s' % (alternative["confidence"],)) | ||
| ... print('transcript: ' + alternative['transcript']) | ||
| ... print('confidence: ' + alternative['confidence']) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
LGTM |
|
Did travis slow down on us again today? |
|
@daspecster We can apparently get throttled due to builds throughout the organization. |
@daspecster After this is in, feel free to run with the implementation (e.g. system tests, all features, etc.)
Remaining review issues not fixed by this PR: