googleapis/google/cloud/speech
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
..
v1 chore(php): remove non-ads php_grpc_library targets 2023-05-30 17:06:44 -07:00
v1p1beta1 chore(php): remove non-ads php_grpc_library targets 2023-05-30 17:06:44 -07:00
v2 feat: add model and language_codes fields in RecognitionConfig message + enable default _ recognizer 2023-07-05 09:29:15 -07:00
BUILD.bazel feat: Support REST transport 2023-02-23 15:18:31 -08:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00
sample_resources.yaml Synchronize new proto/yaml changes. 2019-08-27 15:59:08 -07:00

Introduction

Google Cloud Speech API provides speech recognition as a service.