partialMatchingImages property
Partial matching images on the page.
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;