标签: 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视觉官方网站上,数据集却大不相同。