LaPépitOuf
unread,Oct 7, 2011, 7:34:37 AM10/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-tra...@googlegroups.com
Hi,
I am updating my Google Translate connector code from my
app to fit your v2 API requirements, and I am wondering if there is a
size limit for the q parameters in case of batch translations ?
I read from the documentation that the q param must be less than 5K characters (as I am using POST method) but what about if there is multiple q params in the same request ?
Each q param can contain a 5K characters text ? And if yes, how many q params can we provide in the same POST request ?
As
i am performing some batch translation, i need to know how to implement
my 'partition strategy' before submitting a translate request.
Thanks in advance ;)