Promote Cloud Translation API. You can add any of these badges on your website.
On this family summer trip to Asia, I've admittedly been relying heavily on Google Translate. As someone who lives in the world of APIs, that makes me think of "its API,"^ the Google Cloud Translation API. Pure translation, though, is not the same as finding the right words (although they're similar), and that makes me think of natural language understanding (NLU). When considering NLU and NLP (natural language... - Source: dev.to / 10 months ago
Dude just leave, if you want to know what the snake is saying use https://cloud.google.com/translate. Source: over 1 year ago
ChatGPT isn't the only AI in town and there are services optimized for translation that might work better for this use case. Some accept HTML, PDF, etc. And send back a translation of the content. Google's is available here: https://cloud.google.com/translate That being said, taking something in French that is intensely academic and converting it to English might not be a straight-up translation task - having... - Source: Hacker News / about 2 years ago
Also machine translation at scale isn't free. Using Google translate word by word isn't how large translations are done. People pass text to # paid service like the Google Translation API: https://cloud.google.com/translate. Source: over 2 years ago
You need a 2-steps pipeline. First a speech to text. Then text translation. You can use existing Google APIs for both. There are many other options available. Https://cloud.google.com/speech-to-text Https://cloud.google.com/translate. Source: over 2 years ago
I use Google's Translation API: https://cloud.google.com/translate. Source: over 2 years ago
We used services to translate. It's integration is outlined in that API, but costs for translation. You can use services like https://cloud.google.com/translate to provide this service as it integrates to the library. Source: over 2 years ago
Cloud Translation API: Language detection and translation 🔗Link 🔗Link. - Source: dev.to / over 2 years ago
The Google Cloud Translation API is the closest thing to an API for Google Translate, however it is not, meaning I don't believe it gives you access to the "definitions" and "translations" data you're seeking. I'd check its documentation to confirm. Upon a quick glance, the only thing I was able to find that was similar, is the glossary service where it appears you're building something like what you're looking... Source: about 3 years ago
Google has API’s for it. - Google Speech-to-Text https://cloud.google.com/speech-to-text/ - Google Translate AI https://cloud.google.com/translate/. Source: about 3 years ago
You can use their translate API. You can find out more here: https://cloud.google.com/translate. Source: over 3 years ago
First, how do I questions should go to /r/learnpython as the sidebar states. Second, you should always use APIs when they're available, web scraping should only ever be used as a last resort. Translate has an API. Finally, I'd highly recommend reviewing terms of use. Typically, for this sort of service, web scraping will not be permitted. TL;DR, you probably agreed not to do what you're doing by using the site,... Source: over 3 years ago
Web services vary widely in size and scope, from small internal line-of-business apps to large public web APIs. Amazon Web Services (AWS), Azure, and Google Cloud are some of the largest public web service providers. Their web services let you do anything from anomaly detection and language translation to video transcoding. - Source: dev.to / over 3 years ago
Which texts? Wikipedia text? If so, you can look into something like the Google Cloud Translation API. Source: about 4 years ago
Please note that this project shouldn't be used anywhere, for the Google translation api please refer to the official document. Source: about 4 years ago
Do you know an article comparing Cloud Translation API to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Cloud Translation API. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.