Skip to content
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

Update index.rst #6857

Merged
merged 2 commits into from
Dec 6, 2018
Merged

Update index.rst #6857

merged 2 commits into from
Dec 6, 2018

Conversation

nnegrey
Copy link
Contributor

@nnegrey nnegrey commented Dec 6, 2018

No description provided.

@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