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

Releases: googleapis/python-speech

v2.21.1

19 Oct 20:54
4def015
Compare
Choose a tag to compare

2.21.1 (2023-10-09)

Documentation

v2.21.0

05 Jul 19:26
6ca5097
Compare
Choose a tag to compare

2.21.0 (2023-07-05)

Features

  • Add model and language_codes fields in RecognitionConfig message + enable default _ recognizer (#524) (65971c5)

v2.20.1

05 Jul 15:00
ca1a415
Compare
Choose a tag to compare

2.20.1 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#522) (d473ad3)

v2.20.0

01 Jun 10:45
84983d0
Compare
Choose a tag to compare

2.20.0 (2023-05-25)

Features

  • v2: Add processing strategy to batch recognition requests (#514) (5bbf3a4)

v2.19.0

27 Mar 15:50
c3795e7
Compare
Choose a tag to compare

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

28 Feb 23:41
d014ecb
Compare
Choose a tag to compare

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

02 Feb 23:10
72229e3
Compare
Choose a tag to compare

2.17.3 (2023-02-02)

Documentation

v2.17.2

01 Feb 14:52
74ebcc2
Compare
Choose a tag to compare

2.17.2 (2023-01-30)

Documentation

v2.17.1

23 Jan 16:06
4e7a433
Compare
Choose a tag to compare

2.17.1 (2023-01-23)

Bug Fixes

  • Add context manager return types (ed80330)

Documentation

  • Add documentation for enums (ed80330)

v2.17.0

17 Jan 23:52
5654b6c
Compare
Choose a tag to compare

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)