Skip to content

Commit 5e425bc

Browse files
feat: [speech] add processing strategy to batch recognition requests (#9424)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 530882015 Source-Link: https://togithub.com/googleapis/googleapis/commit/189bdfa76e674f4067e3c183c067aa353fb3aca3 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/64c7a843afdda8c651ffca6e1a374ac7801d3728 Copy-Tag: eyJwIjoiamF2YS1zcGVlY2gvLk93bEJvdC55YW1sIiwiaCI6IjY0YzdhODQzYWZkZGE4YzY1MWZmY2E2ZTFhMzc0YWM3ODAxZDM3MjgifQ==
1 parent bc93613 commit 5e425bc

13 files changed

+797
-665
lines changed

java-speech/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.11.0</version>
23+
<version>26.14.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -231,7 +231,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
231231
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
232232
[stability-image]: https://img.shields.io/badge/stability-stable-green
233233
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-speech.svg
234-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-speech/4.9.0
234+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-speech/4.11.0
235235
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
236236
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
237237
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)