performing a clould_api web_detection search on a specific domain

58 Views Asked by At

I only want to see results from domains I specify. Is there a way to pass additional parameters to a web_detection query in order to provide greater result accuracy?

I am using the python vision google.cloud library.

1

There are 1 best solutions below

0
On

At the moment it doesn't seem possible to provide a smaller subset of URLs to parse within the Cloud Vision web detection tool. A possible workaround could be disregard URLs that doesn't match your criteria using the Python Client Library.