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