public abstract class ImageSearchResult extends Object
| Constructor and Description |
|---|
ImageSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract FoundImageFrame |
getFoundImage(int index)
Gets the found image by index.
|
abstract int |
getImageCount()
Gets the number of images found.
|
public abstract FoundImageFrame getFoundImage(int index)
index - The index of a found image.public abstract int getImageCount()
Copyright © 2026. All rights reserved.