Releases: googleapis/python-speech
Releases · googleapis/python-speech
v2.6.0
Features
- v1p1beta1: add total_billed_time response field (#219) (e7efa67)
Bug Fixes
- enable self signed jwt for grpc (#217) (f43812c)
- v1p1beta1: custom_class_id is required field in CreateCustomClassRequest. (e7efa67)
- v1p1beta1: phrase_set_id is required field in CreatePhraseSetRequest (e7efa67)
Documentation
- samples: Add Spoken Punctuation and Emojis code samples (#155) (cc6b234)
- add Samples section to CONTRIBUTING.rst (#211) (4b7e4c4)
v2.5.1
Bug Fixes
- deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#210) (44d3f5b)
v2.4.0
Features
- add webm opus support (eb360ae)
- support self-signed JWT flow for service accounts (eb360ae)
Bug Fixes
- add async client to %name_%version/init.py (eb360ae)
v2.3.0
Features
- Support for spoken punctuation and spoken emojis (#143) (b6bddbe)
v2.2.0
Features
- adds model adaptation sample (#121) (24b9424)
- Support output transcript to Google Cloud Storage for LongRunningRecognize (#128) (5974564)
v2.1.0
Features
- add common resource helpers; expose transport; remove gRPC send/recv limits (#100) (b4700a6)
- add from_service_account_info factory (3bed0b4)
- adds new multi region sample (#96) (a103f09)
- v1p1beta1: support Model Adaptation (#104) (3bed0b4)
Bug Fixes
- Remove incorrect comment on enhanced models (#95) (8a02cee)
Documentation
- fix sphinx identifiers (3bed0b4)
- updated setup documentation to point to python-speech instead of python-docs-samples (#89) (722e86e)