This page contains a description of all search options that can be specified in an instance of the ImageSearchOptions class.
setHashDifferences method
The setHashDifferences method allows you to specify the maximum number of mismatched bits in the image hash. If all the bits in the hash match, then the images match completely. The more different bits, the more the images differ from each other. The default value is 5. The value must be in the range from 0 to 32.
setMaxResultCount method
The setMaxResultCount method allows you to specify the maximum number of found images for an image reverse search request. The default value is 1000.
setSearchDocumentFilter method
The setSearchDocumentFilter method allows you to specify the filter of documents returned as a search result. By default, all documents found will be returned as a search result. For details, see the Document filtering in search result page.
More resources
GitHub examples
You may easily run the code from documentation articles and see the features in action in our GitHub examples: