ImageThumbnailSearchCriteria class
Leave feedback
On this page
Represents search criteria for finding images in a content.
This search criteria uses image binarized thumbnail for calculating image similarity.
The ImageThumbnailSearchCriteria type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new ImageThumbnailSearchCriteria instance with a specified file path. |
| init | Initializes a new ImageThumbnailSearchCriteria instance from a stream. |
| Method | Description |
|---|---|
| and_ | Combines this SearchCriteria with other criteria using the logical AND operator. (inherited from SearchCriteria) |
| and_search_criteria | (inherited from SearchCriteria) |
| not_ | Negates this SearchCriteria. (inherited from SearchCriteria) |
| or_ | Combines this SearchCriteria with other criteria using logical OR operator. (inherited from SearchCriteria) |
| or_search_criteria | (inherited from SearchCriteria) |
| Property | Description |
|---|---|
| thumbnail_size | The thumbnail size. |
| max_difference | The maximum allowed difference between images. (inherited from ImageSearchCriteria) |
| pages | The list of specific page numbers. (inherited from PageSearchCriteria) |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.