Properties
-
annotation_id
UUID of Annotation holding this Line -
coords
Coords of this Line -
label
Methods
update
update(
coords: Optional[List] = None, label: Optional[Label] = None
)
Description
Update this line with new coords or new label.
Examples
line.update(coords=[[0, 0], [0, 1], [1, 1]])
delete
delete()
Description
Delete this line from the platform.
DANGER ZONE: Be very careful here!
Examples
line.delete()