Skip to content

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 21, 2016

@dhermes dhermes added hygiene api: speech Issues related to the Speech-to-Text API. labels Sep 21, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 21, 2016
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.

... 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.

@tseaver
Copy link
Contributor

tseaver commented Sep 21, 2016

LGTM

@daspecster
Copy link
Contributor

Did travis slow down on us again today?

@tseaver
Copy link
Contributor

tseaver commented Sep 21, 2016

@daspecster We can apparently get throttled due to builds throughout the organization.

@dhermes dhermes merged commit 1f223f2 into googleapis:master Sep 21, 2016
@dhermes dhermes deleted the Fematich-fixup branch September 21, 2016 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: speech Issues related to the Speech-to-Text API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants