Sofia Leon
eff36bafb1
save for now
2023-10-19 08:17:49 +00:00
Google APIs
e386b770b8
feat: promote to GA
...
PiperOrigin-RevId: 548187502
2023-07-14 12:06:41 -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
4221b78ecd
chore(php): remove non-ads php_grpc_library targets
...
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
f8fb681a79
fix: only configure new surface for latest API versions (Functions, Speech,
...
Talent)
PiperOrigin-RevId: 535364999
2023-05-25 13:34:49 -07:00
Google APIs
d0da39a25e
chore(bazel): remove all no-op go_test targets
...
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
be8c6cd96b
feat: add new client surface for GA php clients
...
PiperOrigin-RevId: 534898708
2023-05-24 10:38:49 -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
57b675c153
chore: update go_gapic_assembly_pkg with snippets archive
...
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
e354eefd99
docs: fix the resource name format in comment for CreatePhraseSetRequest
...
PiperOrigin-RevId: 518025142
2023-03-20 11:22:58 -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
42ba7e6302
chore(deps): Update gapic-generator-java to 2.15.3
...
PiperOrigin-RevId: 516900470
2023-03-15 12:39:28 -07:00
Google APIs
b5b457107d
fix: Add service_yaml_parameters to java_gapic_library targets
...
PiperOrigin-RevId: 515423972
2023-03-09 13:24:42 -08:00
Google APIs
b0f2af1e9b
feat(typescript): enable REST transport
...
To use REST transport, pass {fallback: "rest"} to the client constructor.
PiperOrigin-RevId: 512747300
2023-02-27 15:25:03 -08:00
Google APIs
8310e03b95
feat: Support REST transport
...
PiperOrigin-RevId: 511900156
2023-02-23 15:18:31 -08:00
Google APIs
f04b13639d
feat: Voice Activity Detection: adding speech event time and speech event type
...
PiperOrigin-RevId: 511839326
2023-02-23 11:24:46 -08:00
Google APIs
40ea6a4610
feat: Added support for REST transpoirt
...
PiperOrigin-RevId: 511586826
2023-02-22 13:47:06 -08:00
Google APIs
c35b98606b
feat: Add appropriate mixin clients
...
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
5edc235617
fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
...
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00
Google APIs
7a702a989d
feat: enable "rest" transport in Python for services supporting numeric enums
...
PiperOrigin-RevId: 508143576
2023-02-08 11:56:06 -08:00
Google APIs
ff55d10406
chore: update some Go release levels to match google-cloud-go
...
PiperOrigin-RevId: 507490734
2023-02-06 08:42:59 -08: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
c8a382b998
docs: Clarified boost usage
...
PiperOrigin-RevId: 506405333
2023-02-01 13:21:36 -08:00
Google APIs
13dd16c53c
docs: Clarify boost usage in Reference
...
PiperOrigin-RevId: 504332057
2023-01-24 11:35:37 -08:00
Google APIs
fcff1cc412
feat(csharp): Enable REST transport in C#
...
This change does not affect other languages.
PiperOrigin-RevId: 503088494
2023-01-19 00:49:47 -08:00
Google APIs
ba57145ea8
feat: Added ABNF Grammars field in Speech Adaptation
...
* Added a new field to Speech Adaptation to specify ABNF grammar
definitions
PiperOrigin-RevId: 499896786
2023-01-05 08:56:11 -08:00
Google APIs
44fdfc1627
chore(bazel): update rules_gapic to v0.19.2
...
chore(bazel): update gapic-generator-go to v0.33.5
chore(bazel): refactor Go longrunning submodule dependency
PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
c9b244b4f6
feat: 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.
PiperOrigin-RevId: 493311906
2022-12-06 08:24:56 -08:00
Google APIs
758f0d1217
chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
...
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
4c253358b1
feat: 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.
PiperOrigin-RevId: 492276727
2022-12-01 12:57:03 -08:00
Google APIs
013b7e1deb
chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
...
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
807125e795
chore: Set rest_numeric_enums = False for all gapic rules explicitly
...
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
3cc6cb36d3
chore(ruby): Configure build rule for speech v2 client
...
PiperOrigin-RevId: 478573982
2022-10-03 12:26:28 -07:00
Google APIs
3fde7ab75e
build: enable Speech v2 client library generation
...
PiperOrigin-RevId: 477910378
2022-09-29 23:33:39 -07:00
Google APIs
210422e82d
fix!: temporarily removed language rules from Speech-to-Text V2 API BUILD.bazel file
...
PiperOrigin-RevId: 475956674
2022-09-21 16:49:33 -07: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
Google APIs
8f81accbe6
chore: Explicitly set transport to grpc for python targets
...
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
abe15226ba
fix: Add py_test targets
...
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
8a251f5225
feat: Enable REST transport for most of Java and Go clients
...
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
d42026b7a0
chore: include generated samples dir
...
PiperOrigin-RevId: 454047209
2022-06-09 17:15:44 -07:00
Google APIs
cd14622e8d
feat: Use a version of google-cloud-speech-v1 that supports the Adaptation API
...
PiperOrigin-RevId: 448542058
2022-05-13 11:36:32 -07:00
Google APIs
10c88bb5c4
docs: Update client libraries for v1p1beta1 api
...
PiperOrigin-RevId: 447572837
2022-05-09 15:03:03 -07:00
Google APIs
ec9193e2e3
feat: Add adaptation proto for v1 api
...
PiperOrigin-RevId: 447561222
2022-05-09 14:14:00 -07:00
Google APIs
4f586ead8e
docs: Add documentation for latest models to RecognitionConfig
...
PiperOrigin-RevId: 446200223
2022-05-03 08:31:53 -07:00
Google APIs
6a211105d9
fix: use full link in comment to fix JSDoc broken link
...
Committer: @summer-ji-eng
PiperOrigin-RevId: 440481666
2022-04-08 16:52:47 -07:00
Google APIs
8d458c818c
chore: remove unused imports
...
PiperOrigin-RevId: 439629269
2022-04-05 11:16:21 -07:00
Google APIs
7bc124cb89
chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
...
PiperOrigin-RevId: 429496116
2022-02-18 00:10:22 -08:00
Google APIs
10f96cbaf7
feat: add result_end_time to SpeechRecognitionResult
...
PiperOrigin-RevId: 413728495
2021-12-02 11:33:02 -08:00
Google APIs
2b47b241a4
feat: 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
PiperOrigin-RevId: 413453425
2021-12-01 10:35:56 -08:00
Google APIs
8c7125522e
chore(ruby): Add Bazel build rules for Ruby wrapper clients
...
PiperOrigin-RevId: 406897753
2021-11-01 12:52:22 -07:00