Lines Matching +full:google +full:- +full:cloud +full:- +full:examples
4 …(https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/c…
5 is a simple command line interface that provides some of Google Translation's functionality.
8 To make authenticated requests to Google Translation, you must create a service object with
10 …pplication Default Credentials](https://developers.google.com/identity/protocols/application-defau…
15 import com.google.cloud.translate.Translate;
16 import com.google.cloud.translate.TranslateOptions;
31 …With Google Translation you can detect the language of some text. The service will provide you with
37 import com.google.cloud.translate.Detection;
54 Google translation allows you to translate some text. When translating one or more texts you can
60 import com.google.cloud.translate.Translate.TranslateOption;
61 import com.google.cloud.translate.Translation;
76 …(https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/c…