Google Cloud Vision 特定领域图像匹配
Google Cloud Vision image matching in specific domain
给定一张特定图片,我希望能够使用 Google Cloud Vision Web Detection 在特定网站而不是整个网络中搜索部分匹配项 (partialMatchingImages
) ,这是默认行为。
我正在尝试获得与您在 Google 图像中按图像搜索、上传图像并在搜索栏中键入 "site:nytimes.com"(例如)时类似的行为。
Google Cloud Vision API 这可能吗?
到目前为止,我已经在 current and beta features 的官方文档中进行了调查。似乎还无法使用 Cloud Vision 搜索特定网站 API。
官方文档中给出的 examples 似乎也不可能对此类功能有任何参考。
public issue tracker of google 中有一个请求,但他们仍然需要回答。
给定一张特定图片,我希望能够使用 Google Cloud Vision Web Detection 在特定网站而不是整个网络中搜索部分匹配项 (partialMatchingImages
) ,这是默认行为。
我正在尝试获得与您在 Google 图像中按图像搜索、上传图像并在搜索栏中键入 "site:nytimes.com"(例如)时类似的行为。
Google Cloud Vision API 这可能吗?
到目前为止,我已经在 current and beta features 的官方文档中进行了调查。似乎还无法使用 Cloud Vision 搜索特定网站 API。
官方文档中给出的 examples 似乎也不可能对此类功能有任何参考。
public issue tracker of google 中有一个请求,但他们仍然需要回答。