Skip to content

Conversation

lukesneeringer
Copy link
Contributor

I will release once this is merged. Following up momentarily with release notes.

@lukesneeringer lukesneeringer requested a review from dhermes April 7, 2017 17:43
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 7, 2017
@lukesneeringer
Copy link
Contributor Author

lukesneeringer commented Apr 7, 2017

Release Notes

This updates our manual client library to the Speech v1 API. (#3266)

This entails several backwards incompatible changes:

  • The language_code parameter is no longer optional anywhere. It must be explicitly specified, and does not default to 'en-US'.
  • The sync_recognize method has been renamed to recognize on every class where it appears.
  • The async_recognize method has been renamed to long_running_recognize on every class where it appears.
  • The sample_rate parameter and property has been renamed to sample_rate_hertz everywhere it appears.

Additionally, the backend API contains a backwards incompatible change which does not require a code change in the client library, but will likely require one downstream: The START_OF_SPEECH, END_OF_SPEECH, and END_OF_AUDIO events have been removed.

@lukesneeringer
Copy link
Contributor Author

This is needed quickly and all the code is approved. Sending it through.

@lukesneeringer lukesneeringer merged commit 534ef81 into googleapis:master Apr 7, 2017
@lukesneeringer lukesneeringer deleted the speech-0.25.0 branch April 7, 2017 18:17
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
atulep pushed a commit that referenced this pull request Apr 3, 2023
atulep pushed a commit that referenced this pull request Apr 18, 2023
parthea pushed a commit that referenced this pull request Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants