如何在C ++中使用Google Cloud Translate API

时间:2017-05-15 15:57:21

标签: c++ google-api raspberry-pi

我是C ++,cmake和Google Cloud API的新手。我想在Raspberry Pi上使用带有C ++的Translate API进行文本翻译,但我在这里找不到C ++的客户端库。

https://cloud.google.com/apis/docs/cloud-client-libraries

我做了一天的研究并发现了这一点。

https://google.github.io/google-api-cpp-client/latest/

我很困惑,因为第一个网址提到了旧版本。

  1. 任何人都知道这个最新版本?
  2. 如果是最新版本,我在哪里可以找到在C ++中使用Translate API的示例?
  3. 如果不是,我如何在C ++中使用此api?
  4. 我可以在python中使用这个api并使用Boost从C ++调用python吗?

0 个答案:

没有答案