ImageSearchOptions
Leave feedback
On this page
Provides options for reverse image search operation.
public class ImageSearchOptions
| Name | Description |
|---|---|
| ImageSearchOptions() | Initializes a new instance of the ImageSearchOptions class. |
| Name | Description |
|---|---|
| HashDifferences { get; set; } | Gets or sets the maximum number of mismatched bits in the image hash. The default value is 5. |
| MaxResultCount { get; set; } | Gets or sets the maximum number of found images for an image reverse search request. The default value is 1000. |
| SearchDocumentFilter { get; set; } | Gets or sets the search document filter. SearchDocumentFilter works on the inclusion logic. Use SearchDocumentFilter class for creation of a search document filter instances. The default value is null, which means that all found documents will be returned. |
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.