Google Cloud Vision image matching in specific domain

562 views Asked by At

Given a particular image, I'd like to be able to use Google Cloud Vision Web Detection to search for partial matches (partialMatchingImages) within a particular website, rather than the entire web, as is the default behavior.

I'm trying to get similar behavior as when you Search by Image in Google Images, upload an image, and type "site:nytimes.com" (for example) in the search bar.

Is this possible with the Google Cloud Vision API?

1

There are 1 answers

2
Ggrimaldo On BEST ANSWER

So far I've investigated in the official documentation for current and beta features. It doesn't seem it is possible yet to do a search for a specific website with the Cloud Vision API.

The examples given in from the official documentation also it doesn't seem possible to have any reference towards such functionality either.

There is a request going in the public issue tracker of google, although they still have to answer it yet.