Assigned
Status Update
Comments
zh...@google.com <zh...@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.
zh...@google.com <zh...@google.com>
ry...@google.com <ry...@google.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.
gu...@gmail.com <gu...@gmail.com> #4
N/A
kr...@gmail.com <kr...@gmail.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 ??
ya...@google.com <ya...@google.com> #6
I met with the problem just now, it seems the bug nof fixed yet.
sr...@gmail.com <sr...@gmail.com> #7
Update: I found the bug triggered not only by anchor tag, but also others. It seems that the problem is the context, and when I replace the tag with special symbol, 【】 for example, it worked.
In some context:
<a id="text">bla bla...</a> -> <a id="text">alb</a>alb<a id="text">...</a>
after change anchor tag to 【】,it worked:
【bla bla ...】 -> 【alb alb ...】
In some context:
<a id="text">bla bla...</a> -> <a id="text">alb</a>alb<a id="text">...</a>
after change anchor tag to 【】,it worked:
【bla bla ...】 -> 【alb alb ...】
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Customer reviewed the article [1] Which is introduced with Translatotron. Customer want to know if this is available or when it will be available as a service in Cloud ML Translation.
[1]https://ai.googleblog.com/2019/05/introducing-translatotron-end-to-end.html?m=1
What you expected to happen:
Direct Speech to Speech translation is available as managed ML translation service. Alternatively is it possible to share how deploy a customized model to work as workaround as per [2-3]?
[2]https://github.com/google-research/lingvo-lab/tree/master/translatotron https://google-research.github.io/lingvo-lab/translatotron/
[3]
Steps to reproduce:
N/A
Other information (workarounds you have tried, documentation consulted, etc):
The issue is opened to be tracked but feature request has not guaranteed ETA and any progress from Product team will be reflected here.