我打算构建一个语言翻译系统().And,我发现可以在系统中使用/应用。但我不确定谷歌翻译API是否是免费的,或者我必须支付它。以及我们在使用谷歌翻译API时需要使用的语言是什么。总的来说,我担心的是
1)程序设计语言。2)平台(web/ mobile)。3)Google是免费的吗?
发布于 2016-10-31 13:04:48
谷歌翻译API 定价是基于使用。翻译使用量以数百万字符计算,其中100万=106个字符。有关更多信息,请参见定价常见问题。
重要事项:谷歌翻译API v2需要所有帐户的计费信息,然后才能开始使用该服务。请参阅下面关于如何启用计费的说明。
使用费:
- $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.
- 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
https://stackoverflow.com/questions/40337418
复制相似问题