public abstract class NetworkImageSearchResult extends Object
| Constructor and Description |
|---|
NetworkImageSearchResult() |
| 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.
|
abstract NetworkImageSearchToken |
getNetworkImageSearchToken()
Gets a chunk image search token for searching the next chunk.
|
abstract int |
getNodeIndex()
Gets the index of the node from which the result was received.
|
abstract int |
getShardIndex()
Gets the index of the shard from which the result was received.
|
public abstract FoundImageFrame getFoundImage(int index)
index - The index of a found image.public abstract int getImageCount()
public abstract NetworkImageSearchToken getNetworkImageSearchToken()
public abstract int getNodeIndex()
public abstract int getShardIndex()
Copyright © 2026. All rights reserved.