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.
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.
Copyright © 2021 Jogjafile Inc.
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.