This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
v0.25.0
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 torecognize
on every class where it appears. - The
async_recognize
method has been renamed tolong_running_recognize
on every class where it appears. - The
sample_rate
parameter and property has been renamed tosample_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.