Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 1fbc566

Browse files
chore: regenerate README (#381)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-12 08:40:19,126 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-12 08:40:20,128 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/dce68b8e-6593-4291-95da-7369e16b1d7c/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 9c5876f commit 1fbc566

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "505bc423db9ec9ad744cd32da17844c9b4ed7df2"
7+
"sha": "9c5876f4445fce52941e4e8b83b92da7d6cbed1b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
14+
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
1515
}
1616
}
1717
]

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ If you are using Maven without BOM, add this to your dependencies:
4646

4747
If you are using Gradle, add this to your dependencies
4848
```Groovy
49-
compile 'com.google.cloud:google-cloud-speech:1.24.7'
49+
compile 'com.google.cloud:google-cloud-speech:1.24.8'
5050
```
5151
If you are using SBT, add this to your dependencies
5252
```Scala
53-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.24.7"
53+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.24.8"
5454
```
5555

5656
## Authentication
@@ -151,6 +151,7 @@ has instructions for running the samples.
151151
| Recognize | [source code](https://github.com/googleapis/java-speech/blob/master/samples/snippets/src/main/java/com/example/speech/Recognize.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-speech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/speech/Recognize.java) |
152152
| Recognize Beta | [source code](https://github.com/googleapis/java-speech/blob/master/samples/snippets/src/main/java/com/example/speech/RecognizeBeta.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-speech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/speech/RecognizeBeta.java) |
153153
| Speech Adaptation | [source code](https://github.com/googleapis/java-speech/blob/master/samples/snippets/src/main/java/com/example/speech/SpeechAdaptation.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-speech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/speech/SpeechAdaptation.java) |
154+
| Speech Profanity Filter | [source code](https://github.com/googleapis/java-speech/blob/master/samples/snippets/src/main/java/com/example/speech/SpeechProfanityFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-speech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/speech/SpeechProfanityFilter.java) |
154155
| Transcribe Context Classes | [source code](https://github.com/googleapis/java-speech/blob/master/samples/snippets/src/main/java/com/example/speech/TranscribeContextClasses.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-speech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/speech/TranscribeContextClasses.java) |
155156
| Transcribe Diarization | [source code](https://github.com/googleapis/java-speech/blob/master/samples/snippets/src/main/java/com/example/speech/TranscribeDiarization.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-speech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/speech/TranscribeDiarization.java) |
156157
| Transcribe Diarization Gcs | [source code](https://github.com/googleapis/java-speech/blob/master/samples/snippets/src/main/java/com/example/speech/TranscribeDiarizationGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-speech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/speech/TranscribeDiarizationGcs.java) |
@@ -200,6 +201,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
200201
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
201202
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
202203

204+
Java is a registered trademark of Oracle and/or its affiliates.
205+
203206
[product-docs]: https://cloud.google.com/speech-to-text/docs/
204207
[javadocs]: https://googleapis.dev/java/google-cloud-speech/latest/
205208
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-speech/java7.svg

0 commit comments

Comments
 (0)