Commit graph

15 commits

Author SHA1 Message Date
Google APIs
b2f57f3efa feat: adds endpointing sensitivity to streaming recognition features
PiperOrigin-RevId: 871987204
2026-02-18 12:19:02 -08:00
Google APIs
1a14153007 feat: add custom prompt config in the request and return prompt in the response
feat: update min_speaker_count and max_speaker_count to be optional
docs: Clarify that min_speaker_count and max_speaker_count in SpeakerDiarizationConfig are not currently used
docs: Update guidance on how to enable speaker diarization; to enable, set the diarization_config field to an empty SpeakerDiarizationConfig message

PiperOrigin-RevId: 852383212
2026-01-05 11:23:08 -08:00
Google APIs
b38aab7e84 docs: updated description of sample_rate_hertz
feat: add denoiser related configuration

PiperOrigin-RevId: 769585786
2025-06-10 05:31:03 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
bf2a7ca1d4 feat: expand the set of supported explicit audio encodings
docs: updated ExplicitDecodingConfig documentation to reflect changes related to newly supported encodings

PiperOrigin-RevId: 708316885
2024-12-20 07:28:04 -08:00
Google APIs
58cd55ff5c feat: add locations metadata proto file
docs: update the list of automatically detected encodings
docs: update the maximum number of files that may be included in a BatchRecognizeRequest

PiperOrigin-RevId: 653986958
2024-07-19 06:20:21 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
9deb78bb23 feat: add translation_config in RecognitionConfig message
Enables specifying target language to perform automatic translation to.

PiperOrigin-RevId: 621862394
2024-04-04 08:09:15 -07:00
Google APIs
4d70a58597 feat: add API for writing BatchRecognize transcripts in SRT and VTT formats
docs: update field documentation based on field behavior updates

PiperOrigin-RevId: 609024258
2024-02-21 09:33:44 -08:00
Google APIs
37e816b40f feat: add transcript normalization + m4a audio format support
docs: clarify alternatives for deprecated fields

feat: deprecate `BatchRecognizeFileResult.uri` in favor of `cloud_storage_result.native_format_uri`

feat: deprecate `BatchRecognizeFileResult.transcript` in favor of `inline_result.transcript`
PiperOrigin-RevId: 577926708
2023-10-30 12:50:15 -07:00
Google APIs
e73fc8ff3b feat: add model and language_codes fields in RecognitionConfig message + enable default _ recognizer
Enables specifying `model` and `language_codes` in requests without having to specify them in the Recognizer (they can still be specified in the Recognizer in the `default_recognition_config` field).

Also enables using the recognizer ID `_` to perform recognition without explicitly creating a Recognizer resource.

The top-level `model` and `language_codes` fields are deprecated in favor of the new fields added in the `RecognitionConfig` message. The old fields continue to work.

PiperOrigin-RevId: 545698919
2023-07-05 09:29:15 -07:00
Google APIs
189bdfa76e feat: add processing strategy to batch recognition requests
PiperOrigin-RevId: 530882015
2023-05-10 05:31:13 -07:00
Google APIs
7ee7867d60 feat: Add support for BatchRecognize
Deprecate the `update_config_request` field in the `OperationMetadata` message, which was never used and is output only.

PiperOrigin-RevId: 517976288
2023-03-20 08:32:57 -07:00
Google APIs
d02e58244d chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567
2023-02-02 13:42:30 -08:00
Google APIs
bb4d7f4944 feat: added Speech-to-Text V2 API proto
The next generation Speech-to-Text V2 API provides the same features clients are familiar with in the existing Speech-to-Text API, while modernizing and simplifying the API using API best practices, resourceful methods, and updated infrastructure. Although this proto is published, the service is not yet available.

PiperOrigin-RevId: 474926510
2022-09-16 16:31:19 -07:00