id property
id property
The annotation unique identifier. This field is auto-incremented.
Definition:
@property
def id(self):
...
@id.setter
def id(self, value):
...
See Also
- class
AnnotationBase
The annotation unique identifier. This field is auto-incremented.
@property
def id(self):
...
@id.setter
def id(self, value):
...
AnnotationBase