NetworkImageSearchResult
NetworkImageSearchResult class
Represents an image search result matching a search image.
public class NetworkImageSearchResult
Properties
Name |
Description |
ImageCount { get; } |
Gets the number of images found. |
NetworkImageSearchToken { get; } |
Gets a chunk image search token for searching the next chunk. |
NodeIndex { get; } |
Gets the index of the node from which the result was received. |
ShardIndex { get; } |
Gets the index of the shard from which the result was received. |
Methods
Name |
Description |
GetFoundImage(int) |
Gets the found image by index. |
See Also