Lines Matching +full:cloud +full:- +full:devrel +full:- +full:public +full:- +full:resources
1 # Google Cloud Speech Client for Java
3 Java idiomatic client for [Cloud Speech][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
21 <groupId>com.google.cloud</groupId>
22 <artifactId>libraries-bom</artifactId>
32 <groupId>com.google.cloud</groupId>
33 <artifactId>google-cloud-speech</artifactId>
39 <!-- {x-version-update-start:google-cloud-speech:released} -->
43 <groupId>com.google.cloud</groupId>
44 <artifactId>google-cloud-speech</artifactId>
52 implementation 'com.google.cloud:google-cloud-speech:4.12.0'
58 libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.12.0"
60 <!-- {x-version-update-end} -->
68 …-scopes] required for the desired Cloud Speech APIs, and the authenticated principal must have the…
74 You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Speech [A…
76 [Follow these instructions][create-project] to get your project set up. You will also need to set u…
77 [installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands …
82 You'll need to obtain the `google-cloud-speech` library. See the [Quickstart](#quickstart) section
83 to add `google-cloud-speech` as a dependency in your code.
85 ## About Cloud Speech
88 …Cloud Speech][product-docs] enables easy integration of Google speech recognition technologies int…
90 See the [Cloud Speech client library docs][javadocs] to learn how to
91 use this Cloud Speech Client Library.
95 The following code sample shows how to recognize speech using an audio file from a Cloud Storage bu…
99 import com.google.cloud.speech.v1.SpeechClient;
100 import com.google.cloud.speech.v1.RecognitionAudio;
101 import com.google.cloud.speech.v1.RecognitionConfig;
102 import com.google.cloud.speech.v1.RecognitionConfig.AudioEncoding;
103 import com.google.cloud.speech.v1.RecognizeResponse;
110 String languageCode = "en-US";
126 …](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/…
128 ….raw](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/speech/cloud-client/res…
129 Note, to play the file on Unix-like system you may use the following command: `play -t raw -r 16k -…
140 Cloud Speech uses gRPC for the transport layer.
147 [Google Cloud Client Libraries][cloudlibs]
149 [Google Cloud API Libraries][apilibs],
183 the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
184 and on [google-cloud-java][g-c-j].
201 this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
207 Apache 2.0 - See [LICENSE][license] for more information.
212 ------------ | ------
213 Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
214 Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
215 Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
216 Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
220 [product-docs]: https://cloud.google.com/speech-to-text/docs/
221 [javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-speech/latest/overview
222 [kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
223 [kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
224 [kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
225 [kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
226 [kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
227 [kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
228 [kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
229 [kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
230 [kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
231 [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
232 [stability-image]: https://img.shields.io/badge/stability-stable-green
233 [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-speech.…
234 [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-speech/4.…
235 [authentication]: https://github.com/googleapis/google-cloud-java#authentication
236 [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
237 [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
238 [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
239 [developer-console]: https://console.developers.google.com/
240 [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
241 [cloud-cli]: https://cloud.google.com/cli
242 [troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
243 [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
244 [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#con…
245 [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
247 [enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=speech.googleapis.com
248 [libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud…
249 [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
252 [cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
253 [apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
254 [oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
255 [g-c-j]: http://github.com/googleapis/google-cloud-java