从程序中进行简单的文本翻译需要什么密钥(如果有的话)?
注意:我没有托管任何网站。
答案 0 :(得分:11)
1)。如何获取Google翻译API密钥。
要使用API,您需要获取Google API密钥;
a). Go to http://cloud.google.com/console/
b). Create a Project and select it.
c). On the left side bar, Go to “APIs & auth” Tab => APIs Tab
d). Enable “Translate API”
e). Go to “Credentials” Tab
f). Click on “CREATE NEW KEY”
g). Create “Server Key” for PHP / Java / Ruby / Python. Create “Browser Key” for JavaScript.
查看此页面,了解更多信息 http://hayageek.com/google-api-key/
答案 1 :(得分:6)
使用Google翻译API需要API密钥,您可以从Google APIs Console获取。
有关详细信息,请查看Developer's Guide。