ImageThumbnailSearchCriteria class

ImageThumbnailSearchCriteria class

Represents search criteria for finding images in a content.

Inheritance: ImageThumbnailSearchCriteriaImageSearchCriteriaPageSearchCriteriaSearchCriteria

The ImageThumbnailSearchCriteria type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ImageThumbnailSearchCriteria class with a specified file path.
init Initializes a new instance of the ImageThumbnailSearchCriteria class with a specified stream.

Properties

Property Description
pages Gets or sets the list of specific page numbers
max_difference Gets or sets maximum allowed difference between images.
thumbnail_size Gets or sets thumbnail size.

Methods

Method Description
both Combines this SearchCriteria with other criteria using logical AND operator.
either Combines this SearchCriteria with other criteria using logical OR operator.
is_not Negates this SearchCriteria.

Remarks

This search criteria uses image binarized thumbnail for calculating image similarity.

See Also