谷歌音译的限制是什么?
我实验性地使用了谷歌音译API。它工作正常,我注意到它一次只允许五个单词。有什么方法可以发送更多字数吗?每日有限制吗?如果我有100个字,我必须发送一组5个然后加入它们?
I've used google transliteration API experimentally. It's working fine and I've noticed that it allows only five words at a time. Is there any method to send more words? and is there any daily limit? If I have 100 words, I will have to send a set of five and then join them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第 2 版每天 10 万个字符。
开发者控制台允许您申请更高的限制(根据您的需求可能需要付费?)https:// code.google.com/apis/console/
看起来有一种方法可以使不仅仅是单个单词可音译:https://developers.google.com/transliterate/v1/getting_started#makeTransliteratable
100k characters per day for ver 2.
The developer console allows you to apply for higher limits (may cost money depending on your needs?) https://code.google.com/apis/console/
Looks like ther is a method for making more than jut individual words transliteratable: https://developers.google.com/transliterate/v1/getting_started#makeTransliteratable