1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Results
  6. /
  7. ImageSearchResult

ImageSearchResult

ImageSearchResult class

Represents the result of a reverse image search.

public class ImageSearchResult

Properties

Name Description
ImageCount { get; } Gets the number of images found.

Methods

Name Description
GetFoundImage(int) Gets the found image by index.

See Also