无法使用视觉API获取完整的数据

时间:2019-03-11 05:42:21

标签: php google-app-engine google-cloud-platform google-cloud-vision google-vision

 $web_detection = $vision->image($imageData, ['WEB_DETECTION']);
 $imageFeatures[] = $web_detection;
 $data = [];
 $results = $vision->annotate($web_detection);

我正在使用这段代码从视觉API中获取用于匹配页面的数据,但我始终只有10个结果,而在Google视觉官方网站上,数据集却大不相同。

0 个答案:

没有答案