Google Translate python API中的自定义ID

时间:2015-08-03 17:03:48

标签: google-api google-translate google-api-python-client

我正在使用Google Translate API for python,我不确定参数cid(自定义ID)。以下是参考文献的链接:https://developers.google.com/resources/api-libraries/documentation/translate/v2/python/latest/translate_v2.translations.html

在网上找不到任何有用的东西。

1 个答案:

答案 0 :(得分:0)

查看为翻译API提供的代码示例,似乎他们没有使用cid here调用列表。

考虑到这一点,我不会在我的请求中使用该参数。事实上,我从未在API调用中使用过该参数,而且工作正常