我有附图,如问题的底部所示。
我去拖放:https://cloud.google.com/vision/docs/drag-and-drop
将此图片上传到上面的链接并转到Web。我在“图片匹配页面”下看到50个链接
现在我在Java中运行vision API客户机
for (WebPage page : annotation.getPagesWithMatchingImagesList()) {
String url = page.getUrl();
System.out.println(url);
}以上代码的结果只有10个链接。
http://www.clubic.com/connexion-internet/fai-sfr-box-neufbox/actualite-755413-probleme-technique-sfr-pu-prevenir.html
https://www.nextinpact.com/news/93154-option-tv-obligatoire-l-information-clients-sfr-a-souffert-d-un-probleme-technique.htm
https://www.macg.co/ailleurs/2015/02/sfr-facture-son-option-tv-obligatoire-sans-prevenir-87427
https://play.google.com/store/apps/details?id=cat.gencat.mobi.vacunes&hl=en
http://pressmans.com/index.php/probleme-sfr-tv-ugg01
https://play.google.com/store/apps/details?id=com.moddity.marketing4ecommerce&hl=en
https://support.shopo.in/hc/en-us/articles/209451025-How-to-get-orders-
https://play.google.com/store/apps/details?id=ru.kontinent.protection&hl=en
https://play.google.com/store/apps/details?id=appinventor.ai_fendy3d.Phone_Jammer&hl=en
http://www.media.mts.ru/technologies/124104/为什么这种错配。这是正常还是我遗漏了什么。

发布于 2017-09-18 10:35:03
我不知道你的http请求到底是什么样子。但是,请确保读取该maxResults参数的API文档。这可能是结果如此之少的原因。
https://stackoverflow.com/questions/46242221
复制相似问题