Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. You can use google script which has FREE translate API. All you need is a common google account and do these THREE EASY STEPS. 1) Create new script with such code on google script: var mock = { parameter:{ q:'hello', source:'en', target:'fr' }

  2. You'll need to obtain the google-cloud-translate library. See the Quickstart section to add google-cloud-translate as a dependency in your code.

  3. 14 Σεπ 2020 · In this tutorial, we use the Google Translate API (version two) on RapidAPI using a Java command-line client. We program the client as a Spring Boot application and use three different Java REST libraries – the Eclipse Jersey implementation of the Java API for RESTful Web Services (JAX-RS), the Unirest-Java library, and the OkHttp library.

  4. Google translate provide API for retrieving translations. You should use json object and GET request to the google translate server. In this link you can find the official Developer's Guide with code examples.

  5. 15 Οκτ 2024 · Java client library. Save and categorize content based on your preferences. Note: Google provides the Cloud Translation API client library for Java as a single artifact for both Cloud...

  6. 16 Οκτ 2024 · google-cloud-translate overview (2.52.0) Key Reference Links. Cloud Translation Description: Can dynamically translate text between thousands of language pairs. Translation lets websites...

  7. 1 Μαρ 2020 · First, Google translate API is a paid service: https://cloud.google.com/pricing/. Second, you have to create your own API key and use the key in your app: https://console.developers.google.com. The code I am using: HttpTransport httpTransport = AndroidHttp.newCompatibleTransport(); AndroidJsonFactory jsonFactory = AndroidJsonFactory.