partialMatchingImages property

List<WebImage>? partialMatchingImages
getter/setter pair

Partial matching images from the Internet.

Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.

Implementation

core.List<WebImage>? partialMatchingImages;