public class ImageSearchOptions extends Object
| Modifier | Constructor and Description |
|---|---|
|
ImageSearchOptions()
Initializes a new instance of the
ImageSearchOptions class. |
|
ImageSearchOptions(Object data)
Initializes a new instance of the
ImageSearchOptions class. |
protected |
ImageSearchOptions(Object state1,
Object state2)
Initializes a new instance of the
ImageSearchOptions class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCore() |
int |
getHashDifferences()
Gets the maximum number of mismatched bits in the image hash.
|
int |
getMaxResultCount()
Gets the maximum number of found images for an image reverse search request.
|
ISearchDocumentFilter |
getSearchDocumentFilter()
Gets the search document filter.
|
void |
setHashDifferences(int value)
Sets the maximum number of mismatched bits in the image hash.
|
void |
setMaxResultCount(int value)
Sets the maximum number of found images for an image reverse search request.
|
void |
setSearchDocumentFilter(ISearchDocumentFilter value)
Gets or sets the search document filter.
|
public ImageSearchOptions()
ImageSearchOptions class.public ImageSearchOptions(Object data)
ImageSearchOptions class.data - The serialized data.public Object getCore()
public int getHashDifferences()
5.public int getMaxResultCount()
1000.public ISearchDocumentFilter getSearchDocumentFilter()
SearchDocumentFilter works on the inclusion logic.
Use GroupDocs.Search.Options.SearchDocumentFilter class for creation of a search document filter instances.
The default value is null, which means that all found documents will be returned.public void setHashDifferences(int value)
5.value - The maximum number of mismatched bits in the image hash.public void setMaxResultCount(int value)
1000.value - The maximum number of found images for an image reverse search request.public void setSearchDocumentFilter(ISearchDocumentFilter value)
SearchDocumentFilter works on the inclusion logic.
Use GroupDocs.Search.Options.SearchDocumentFilter class for creation of a search document filter instances.
The default value is null, which means that all found documents will be returned.value - The search document filter.Copyright © 2026. All rights reserved.