polygons property
Leave feedback
On this page
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.
@property
def polygons(self):
...
@polygons.setter
def polygons(self, value):
...
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.