boundingPolys property

List<BoundingPoly>? boundingPolys
getter/setter pair

Bounding polygons around the areas of interest in the reference image.

If this field is empty, the system will try to detect regions of interest. At most 10 bounding polygons will be used. The provided shape is converted into a non-rotated rectangle. Once converted, the small edge of the rectangle must be greater than or equal to 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5 is not).

Optional.

Implementation

core.List<BoundingPoly>? boundingPolys;