@@ -46,11 +46,11 @@ If you are using Maven without BOM, add this to your dependencies:
4646
4747If 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```
5151If 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]
200201Java 8 Windows | [ ![ Kokoro CI] [ kokoro-badge-image-4 ]] [ kokoro-badge-link-4 ]
201202Java 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