Assigned
Status Update
Comments
ma...@gmail.com <ma...@gmail.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
dh...@gmail.com <dh...@gmail.com> #3
@vrames
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
Description
What you would like to accomplish:
- Have a Spell check feature like the
How this might work:
- If you send a request to the Translation, for instance, a Hindi text written in English font, the output is different from the one in the
It would be good to have a spell check feature in the Translation API request so the response can include both the "Did you mean" phrase identified and the corresponding translated result