ImageSearchOptions
Contents
[
Hide
]
ImageSearchOptions class
Provides options for reverse image search operation.
public class ImageSearchOptions
Constructors
| Name | Description |
|---|---|
| ImageSearchOptions() | Initializes a new instance of the ImageSearchOptions class. |
Properties
| 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. |
See Also
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search