首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Google文本翻译API

Google文本翻译API
EN

Stack Overflow用户
提问于 2016-10-31 06:18:18
回答 1查看 417关注 0票数 0

我打算构建一个语言翻译系统().And,我发现可以在系统中使用/应用。但我不确定谷歌翻译API是否是免费的,或者我必须支付它。以及我们在使用谷歌翻译API时需要使用的语言是什么。总的来说,我担心的是

1)程序设计语言。2)平台(web/ mobile)。3)Google是免费的吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-10-31 13:04:48

  1. 你喜欢什么找到一个正式的客户库?
  2. 两者都适用。
  3. 见下文。

谷歌翻译API 定价是基于使用。翻译使用量以数百万字符计算,其中100万=106个字符。有关更多信息,请参见定价常见问题

重要事项:谷歌翻译API v2需要所有帐户的计费信息,然后才能开始使用该服务。请参阅下面关于如何启用计费的说明。

使用费:

  • 翻译:
代码语言:javascript
复制
- $20 per 1 million characters of text, where the charges are adjusted in proportion to the number of characters actually provided. For example, if you were to translate 500K characters, you would be billed $10.
- Language Detection: $20 per 1 million characters of text, where the charges are adjusted in proportion to the number of characters actually provided.

  • 使用限制:
代码语言:javascript
复制
- Google Translate API has default limits of 2 million characters/day and 100,000 characters per 100 seconds (average 1000 characters/second). You can increase the first limit up to 50 million characters/day in the Cloud Platform Console by following the instructions below.
- If you need to translate more than 50 million characters/day or 1000 characters/second

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/40337418

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档