【发布时间】:2018-01-21 20:23:21
【问题描述】:
我正在尝试使用 Google REST API 使用本地存储的图像进行反向图像搜索。我正在使用新的——未弃用的——REST API。我可以进行文本搜索并获得结果。我无法使用本地图像进行搜索。我可以对图像进行反向图像搜索并获得结果。有什么建议吗?
我的 https 字符串是:
https://www.googleapis.com/customsearch/v1?key=A******&cx=0****&q=file:///home/givonz/donald-trump-voicemail-feature.jpg
另外,尝试了这个 https 字符串,它也不起作用:
https://www.googleapis.com/customsearch/v1?key=A******&cx=0****&searchType=image&q=file:///home/givonz/donald-trump-voicemail-feature.jpg
此文本字符串搜索有效:
https://www.googleapis.com/customsearch/v1?key=A******&cx=0****&q=Some+String
【问题讨论】: