ImageSearchResult
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class ImageSearchResult
Represents the result of a reverse image search.
| Constructor | Description |
|---|---|
| ImageSearchResult() |
| Method | Description |
|---|---|
| getImageCount() | Gets the number of images found. |
| getFoundImage(int index) | Gets the found image by index. |
public ImageSearchResult()
public abstract int getImageCount()
Gets the number of images found.
Returns: int - The number of images found.
public abstract FoundImageFrame getFoundImage(int index)
Gets the found image by index.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | The index of a found image. |
Returns: FoundImageFrame - The found image.
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.