This page contains a description of all search options that can be specified in an instance of the ImageSearchOptions class.
HashDifferences property
The HashDifferences property 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 of the property is 5. The value must be in the range from 0 to 32.
MaxResultCount property
The MaxResultCount property allows you to specify the maximum number of found images for an image reverse search request. The default value is 1000.
SearchDocumentFilter property
The SearchDocumentFilter property 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: