Skip to content

Conversation

@nnegrey
Copy link
Contributor

@nnegrey nnegrey commented Dec 6, 2018

No description provided.

@nnegrey nnegrey requested a review from crwilcox as a code owner December 6, 2018 18:54
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 6, 2018
@tseaver tseaver added api: speech Issues related to the Speech-to-Text API. type: docs Improvement to the documentation for an API. labels Dec 6, 2018
... )
>>> audio = speech.types.RecognitionAudio(
... uri='gs://my-bucket/recording.flac')
>>> config=speech.types.RecognitionConfig(

This comment was marked as spam.

... encoding=speech.enums.RecognitionConfig.AudioEncoding.LINEAR16,
... language_code='en-US',
... sample_rate_hertz=44100)
>>> operation = client.long_running_recognize(config, audio)

This comment was marked as spam.

Copy link
Contributor

@tseaver tseaver left a comment

Choose a reason for hiding this comment

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

Changes requested inline.

@tseaver tseaver merged commit 7a15ffc into googleapis:master Dec 6, 2018
@tseaver
Copy link
Contributor

tseaver commented Dec 6, 2018

@nnegrey Thank you for the patch!

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. type: docs Improvement to the documentation for an API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants