Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

v0.25.0

Compare
Choose a tag to compare
@busunkim96 busunkim96 released this 15 Jan 19:33

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.