polygons property

polygons property

The polygonal regions to be inpainted, expressed as a list of polygons in image pixels.

Each polygon is represented as a list of vertices.

Either ImageInpaintingPossibleWatermark.Rectangles or ImageInpaintingPossibleWatermark.Polygons must be specified, but not both.

Definition:

@property
def polygons(self):
    ...
@polygons.setter
def polygons(self, value):
    ...

See Also