Releases: googleapis/python-speech
Releases · googleapis/python-speech
v2.21.1
2.21.1 (2023-10-09)
Documentation
v2.21.0
2.21.0 (2023-07-05)
Features
- Add
model
and language_codes
fields in RecognitionConfig
message + enable default _
recognizer (#524) (65971c5)
v2.20.1
2.20.1 (2023-07-04)
Bug Fixes
- Add async context manager return types (#522) (d473ad3)
v2.20.0
2.20.0 (2023-05-25)
Features
- v2: Add processing strategy to batch recognition requests (#514) (5bbf3a4)
v2.19.0
2.19.0 (2023-03-27)
Features
- Add support for BatchRecognize (2e7ee2d)
Documentation
- Fix formatting of request arg in docstring (#512) (1edd640)
- Fix the resource name format in comment for CreatePhraseSetRequest (2e7ee2d)
v2.18.0
2.18.0 (2023-02-28)
Features
- Enable "rest" transport in Python for services supporting numeric enums (a20d0f1)
- Voice Activity Detection - adding speech event time and speech event type (a20d0f1)
v2.17.3
2.17.3 (2023-02-02)
Documentation
v2.17.2
2.17.2 (2023-01-30)
Documentation
v2.17.1
2.17.1 (2023-01-23)
Bug Fixes
- Add context manager return types (ed80330)
Documentation
- Add documentation for enums (ed80330)
v2.17.0
2.17.0 (2023-01-16)
Features
- Add support for python 3.11 (#478) (487242f)
- Add typing to proto.Message based class attributes (c2a079c)
- Added new fields to facilitate debugging (c2a079c)
- v1: Added ABNF Grammars field in Speech Adaptation (ca28974)
- v1p1beta1: Added ABNF Grammars field in Speech Adaptation (ca28974)
Bug Fixes
- Add dict typing for client_options (c2a079c)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (c2a079c)
- Drop usage of pkg_resources (c2a079c)
- Fix timeout default values (c2a079c)
Documentation
- samples: Code samples for Speech-to-Text V2 (5c99f00)
- samples: Snippetgen handling of repeated enum field (c2a079c)
- samples: Snippetgen should call await on the operation coroutine before calling result (c2a079c)
- samples: Update code samples for adaptation and VAD (#462) (f785ac7)