Assigned
Status Update
Comments
zi...@google.com <zi...@google.com>
zi...@google.com <zi...@google.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.
sa...@infogain.com <sa...@infogain.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.
lo...@google.com <lo...@google.com> #4
N/A
sa...@infogain.com <sa...@infogain.com> #5
I also have a same problem some html tags who are divided in few tags , and it's problematic .. there is some news about it ??
lo...@google.com <lo...@google.com> #6
I met with the problem just now, it seems the bug nof fixed yet.
Description
*Steps to reproduce:*
1. Train and deploy an AutoML Text Classification or Entity Extraction model.
2. Select a file on Cloud Storage radio button.
3. Browse to select a pdf file having text content.
4. Click on Predict.
*Expected result:* Prediction results are displayed.
*Actual result:* Prediction results are displayed.
5. Browse to select a pdf file not having any text content (having some image content).
6. Click on Predict.
*Expected result:* Prediction results is empty.
*Actual result:* Prediction results for the previous used pdf are displayed.
*Other information:* After performing the above steps,
7. Refresh the page.
8. Select a file on Cloud Storage radio button.
9. Browse to select a pdf file not having any text content (having some image content).
10. Click on Predict.
*Expected result:* Prediction results is empty.
*Actual result:* Prediction results is empty.