Lines Matching +full:java +full:- +full:docs +full:- +full:samples

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:
22 <artifactId>libraries-bom</artifactId>
33 <artifactId>google-cloud-speech</artifactId>
39 <!-- {x-version-update-start:google-cloud-speech:released} -->
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][auth-scopes] required for the desired Cloud Speech APIs, and the authenticated principal m…
74 …ed a [Google Cloud Platform Console][developer-console] project with the Cloud Speech [API enabled…
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.
88-docs] enables easy integration of Google speech recognition technologies into developer applicati…
90 See the [Cloud Speech client library docs][javadocs] to learn how to
98 ```java
106 ```java
110 String languageCode = "en-US";
126java](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/j…
128 …ithub.com/GoogleCloudPlatform/java-docs-samples/blob/master/speech/cloud-client/resources/audio.ra…
129 Note, to play the file on Unix-like system you may use the following command: `play -t raw -r 16k -
142 ## Supported Java Versions
144 Java 8 or above is required for using this client.
146 Google's Java client libraries,
151 [Oracle Java SE support roadmap][oracle]
152 (see the Oracle Java SE Product Releases section).
156 In general, new feature development occurs with support for the lowest Java
161 Java 11 and (in September 2021) Java 17 are the best choices for new
172 Google's client libraries support legacy versions of Java runtimes with long
177 Java 7, though apps might need to upgrade to current versions of the library
182 The latest versions and the supported Java versions are identified on
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.
211 Java Version | Status
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]
218 Java is a registered trademark of Oracle and/or its affiliates.
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