Changes
1.23.1 (2024-05-01)
Bug Fixes
- speech: Bump x/net to v0.24.0 (ba31ed5)
1.23.0 (2024-04-04)
Features
- speech: Add
translation_config
in RecognitionConfig
message (#9699) (dbcdfd7)
1.22.1 (2024-03-14)
Bug Fixes
- speech: Update protobuf dep to v1.33.0 (30b038d)
1.22.0 (2024-02-26)
Features
- speech: Add API for writing BatchRecognize transcripts in SRT and VTT formats (3814ee3)
1.21.1 (2024-01-30)
Bug Fixes
- speech: Enable universe domain resolution options (fd1d569)
1.21.0 (2023-11-09)
Features
- speech: Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API (b44c4b3)
1.20.1 (2023-11-01)
Bug Fixes
- speech: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
1.20.0 (2023-10-31)
Features
- speech: Add transcript normalization + m4a audio format support (4d40180)
1.19.2 (2023-10-26)
Bug Fixes
- speech: Update grpc-go to v1.59.0 (81a97b0)
1.19.1 (2023-10-12)
Bug Fixes
- speech: Update golang.org/x/net to v0.17.0 (174da47)
1.19.0 (2023-07-18)
Features
1.18.0 (2023-07-10)
Features
- speech: Add
model
and language_codes
fields in RecognitionConfig
message + enable default _
recognizer (#8204) (f41d56f)
1.17.1 (2023-06-20)
Bug Fixes
- speech: REST query UpdateMask bug (df52820)
1.17.0 (2023-05-30)
Features
- speech: Update all direct dependencies (b340d03)
1.16.0 (2023-05-16)
Features
- speech: Add processing strategy to batch recognition requests (#7900) (31421d5)
1.15.1 (2023-05-08)
Bug Fixes
- speech: Update grpc to v1.55.0 (1147ce0)
1.15.0 (2023-03-22)
Features
- speech: Add support for BatchRecognize (c967961)
Documentation
- speech: Fix the resource name format in comment for CreatePhraseSetRequest (c967961)
1.14.1 (2023-02-14)
Documentation
- speech: Clarified boost usage (f1c3ec7)
1.14.0 (2023-01-26)
Features
- speech: Add REST client (06a54a1)
- speech: Added ABNF Grammars field in Speech Adaptation * Added a new field to Speech Adaptation to specify ABNF grammar definitions (3115df4)
- speech: Added new fields to facilitate debugging * Added new field to Speech response proto, to give more information to indicate whether, or not, Biasing was applied (eg. did Biasing application timed out). * Added request_id to Speech response protos. (bf75547)
- speech: Rewrite signatures in terms of new location (3c4b2b3)
- speech: Rewrite signatures in terms of new types for betas (9f303f9)
- speech: Start generating apiv2 (#6891) (1c7e02f)
- speech: Start generating proto message types (563f546)
- speech: Start generating stubs dir (de2d180)
Documentation
- speech: Clarify boost usage in Reference (2359f92)
1.13.0 (2023-01-26)
Features
- speech: Add REST client (06a54a1)
- speech: Added ABNF Grammars field in Speech Adaptation * Added a new field to Speech Adaptation to specify ABNF grammar definitions (3115df4)
- speech: Added new fields to facilitate debugging * Added new field to Speech response proto, to give more information to indicate whether, or not, Biasing was applied (eg. did Biasing application timed out). * Added request_id to Speech response protos. (bf75547)
- speech: Rewrite signatures in terms of new location (3c4b2b3)
- speech: Rewrite signatures in terms of new types for betas (9f303f9)
- speech: Start generating apiv2 (#6891) (1c7e02f)
- speech: Start generating proto message types (563f546)
- speech: Start generating stubs dir (de2d180)
Documentation
- speech: Clarify boost usage in Reference (2359f92)
1.12.1 (2023-01-26)
Documentation
- speech: Clarify boost usage in Reference (2359f92)
1.12.0 (2023-01-10)
Features
- speech: Added ABNF Grammars field in Speech Adaptation * Added a new field to Speech Adaptation to specify ABNF grammar definitions (3115df4)
1.11.0 (2023-01-04)
Features
1.10.0 (2022-12-15)
Features
- speech: Added new fields to facilitate debugging * Added new field to Speech response proto, to give more information to indicate whether, or not, Biasing was applied (eg. did Biasing application timed out). * Added request_id to Speech response protos. (bf75547)
1.9.0 (2022-11-03)
Features
- speech: rewrite signatures in terms of new location (3c4b2b3)
1.8.0 (2022-10-25)
Features
1.7.0 (2022-09-21)
Features
- speech: rewrite signatures in terms of new types for betas (9f303f9)
1.6.0 (2022-09-19)
Features
- speech: start generating proto message types (563f546)
1.5.0 (2022-06-29)
Features
- speech: start generating REST client for beta clients (25b7775)
1.4.0 (2022-05-24)
Features
- speech: Add adaptation proto for v1 api (6ef576e)
1.3.1 (2022-04-14)
Bug Fixes
- speech: use full link in comment to fix JSDoc broken link (19a9ef2)
1.3.0 (2022-02-23)
Features
- speech: set versionClient to module version (55f0d92)
1.2.0 (2022-02-14)
Features
- speech: add file for tracking version (17b36ea)
1.1.0 (2022-01-04)
Features
- speech: add result_end_time to SpeechRecognitionResult (a2c0bef)
- speech: added alternative_language_codes to RecognitionConfig feat: WEBM_OPUS codec feat: SpeechAdaptation configuration feat: word confidence feat: spoken punctuation and spoken emojis feat: hint boost in SpeechContext (a2c0bef)
1.0.0
Stabilize GA surface.
0.2.0 (2021-08-30)
Features
- speech: Add transcript normalization (b31646d)
v0.1.0
This is the first tag to carve out speech as its own module. See Add a module to a multi-module repository.