google-translation-api Questions
23
Solved
I got this error in Google App Engine's Python have used Google Translate API,
But I don't know how to fix,
<module>
from apiclient.discovery import build
ImportError: No module named apiclie...
Gley asked 16/8, 2013 at 7:10
4
Solved
I have a frustrating issue with the Google Cloud Translate API.
I set up correctly the restriction of the key to some domains including *.example.com/ * (without blank space at the end)
I launch th...
Skellum asked 31/12, 2021 at 0:19
3
Solved
When we make a query to Translate API
https://translation.googleapis.com/language/translate/v2?key=$API_KEY&q=hello&source=en&target=e
I only get 1 result in :
{
"data": {
"transl...
Resuscitate asked 16/2, 2019 at 13:51
1
I am using google translate api to translate some text.
The package is from deep_translator import GoogleTranslator.
However, every time it would return the error:
--> text must be a valid text ...
Jalopy asked 11/1, 2022 at 20:38
0
I'm trying to translate a text with the TextBlob library, but the following HTTPError error is appearing: HTTP Error 400: Bad request, can someone help me with this?
Observation:
I'm using VSCode t...
Camelback asked 26/10, 2021 at 19:2
4
I'm trying to use the Google Cloud Translation API in my application but whenever I try to translate something it comes up with this missing valid API error.
I've done the quickstart steps and that...
Piave asked 28/5, 2018 at 13:32
1
Solved
While working on Google translate API, I found out some times google can't translate anything, while it keeps raising the same exception: Extra data.
I have searched on the internet, I found a theo...
Ariel asked 1/7, 2021 at 17:31
4
I wanna get pronunciation of short messages using python. For example, message 'text' should be transformed to 'tekst' and message 'привет' (russian) should be transformed to 'privet'.
I have trie...
Fredrika asked 24/5, 2020 at 14:38
1
Solved
I am using Google Transliterate API in my project to translate English text to Gujarati. It was working fine, however I am facing issue in google-jsapi now.
Here's my code:
<script type="text...
Refutation asked 13/6, 2020 at 12:21
2
I'm trying to make a Chrome extension that uses the Google Cloud Translation API. I followed a bunch of instructions on many different pages in the docs for Google Translate and for developing Chro...
Luttrell asked 18/8, 2018 at 3:30
5
If I pass a string (either in English or Arabic) as an input to the Google Translate API, it should translate it into the corresponding other language and give the translated string to me.
I read...
Mercurial asked 16/11, 2011 at 5:48
1
I am building an Open Source Chrome extension based on Google translate (here).
I have read the other questions about Google translate API (like this one and this one) but I still don't have my a...
Egeria asked 7/8, 2019 at 14:47
1
Solved
I have a web page. It has so many text data. How can i translate all text data with Google Translate-API?
I tried some code and develop but it only changes specific text or it changes whole text i...
Kenspeckle asked 29/7, 2019 at 13:13
2
Solved
I need Translate API service for my app and have chosen Google Translate API, which will cost money and require authentication against the Google API. But during the search I've found this link whi...
Empower asked 1/4, 2017 at 9:44
3
Solved
I hear that the Translate API will be charged for, but what exactly prevents us form using the free Google Translate service here for free ? Otherwise put, what are the limitations of the free serv...
Inessential asked 10/11, 2011 at 20:20
0
I want to scrape the pinyin off of the googletranslate API instead of having to scrape from some other website (which might change its format in ten thousand ways over time and across different req...
Decreasing asked 4/5, 2011 at 17:13
1
© 2022 - 2024 — McMap. All rights reserved.