google 翻译 v2 c++ api 的示例程序
sample program for google translate v2 c++ api
我在 c++ 客户端中使用 google apis 并希望使用 google translate v2 api 构建一个应用程序。我已经下载并安装了相关的库。
我正在寻找一个示例程序,例如 google api 中提供的日历示例。
请指导我,我已经在网上搜索了很长时间,但一直没有成功。
您可以查看以下链接。它包含 API 文档和一些示例代码,并为您提供了一些想法。
Api 文档:https://cloud.google.com/translate/v2/getting_started、
API Explorer(你可以在那里拉取值并试验它需要什么样的值):https://developers.google.com/apis-explorer/?hl=en_US#p/translate/v2/,
How to use Google Translate API With c++
http://ubuntuforums.org/showthread.php?t=1043267
http://www.codeproject.com/Articles/305536/Google-Translator-API-v-Implementation
我在 c++ 客户端中使用 google apis 并希望使用 google translate v2 api 构建一个应用程序。我已经下载并安装了相关的库。
我正在寻找一个示例程序,例如 google api 中提供的日历示例。
请指导我,我已经在网上搜索了很长时间,但一直没有成功。
您可以查看以下链接。它包含 API 文档和一些示例代码,并为您提供了一些想法。
Api 文档:https://cloud.google.com/translate/v2/getting_started、
API Explorer(你可以在那里拉取值并试验它需要什么样的值):https://developers.google.com/apis-explorer/?hl=en_US#p/translate/v2/,
How to use Google Translate API With c++
http://ubuntuforums.org/showthread.php?t=1043267
http://www.codeproject.com/Articles/305536/Google-Translator-API-v-Implementation