| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SearchImage |
CoreFactory.createSearchImage(InputStream stream) |
protected static SearchImage |
CoreFactory.createSearchImage(InputStream stream,
int imageIndex) |
protected static SearchImage |
CoreFactory.createSearchImage(String filePath) |
protected static SearchImage |
CoreFactory.createSearchImage(String filePath,
int imageIndex) |
| Modifier and Type | Method and Description |
|---|---|
ImageSearchResult |
Index.search(SearchImage image,
ImageSearchOptions options)
Performs a reverse image search in the index.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchImage |
SearchImage.create(InputStream stream)
Creates an image from a stream to search.
|
static SearchImage |
SearchImage.create(InputStream stream,
int imageIndex)
Creates an image from a stream to search.
|
static SearchImage |
SearchImage.create(String filePath)
Creates an image from a file to search.
|
static SearchImage |
SearchImage.create(String filePath,
int imageIndex)
Creates an image from a file to search.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NetworkImageSearchResult |
Searcher.searchFirst(SearchImage image,
ImageSearchOptions options)
Performs a reverse image search in the distributed search index.
|
Copyright © 2026. All rights reserved.