Cloud Translation API
Google Cloud Speech API is one of the machine learning services exposed under the Cloud AI vertical. This service is used to translate text from one language to another using state-of-the-art Neural Machine Translation (NMT).
This service offers the following:
- Provides an on-the-fly translation service, from a sentence to a document
- Can support up to 104 languages, as of this writing
- Can detect language in source text automatically
- Is highly scalable and affordable
- Continuously updates from various sources and provides us the best translation service
Pricing
The pricing for this service is as follows:
Feature | Pricing |
Text translation | $20 for first 1 million characters a month |
Language detection | $20 for first 1 million characters a month |
You can read more about pricing here: https://cloud.google.com/translate#cloud-translation-api-pricing. Now that we have the basics of the Cloud Translation API and understand the pricing model, let's get started with a hands-on exploration. Before...