While you are correct in that there is no explicit mention of this in the TOS for Translate v2, there is nevertheless a practical limit: the TOS limits you to 100,000 characters of translation per day. This means that, if you're sending the maximum 5K-character strings through the PUT method, you'll get no more than 20 translations before you start seeing errors.
jg On Wed, Mar 23, 2011 at 6:21 AM, Rory McCann <[email protected]> wrote: > The v1 JSON translate API explicitly bans 'automated/batch > translations' ( > http://code.google.com/apis/language/translate/v1/using_rest_translate.html > ). > > However the v2/REST API is silent on that topic. Can I use the v2/REST > API (incl. with an API key) to make automated batch translations? I > have a gettext/.po file that I want to try to translate as a > demonstration, and that would be an automated batch translation. Is > that allowed? > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
