dsdl.geometry.uniqueid
UniqueID
Bases: BaseGeometry
Source code in /Users/bin/anaconda3/envs/dsdl/lib/python3.10/site-packages/dsdl/geometry/uniqueid.py
value
property
Returns:
Type | Description |
---|---|
The value of the current unique id. |
__init__(value, id_type)
A Geometry class which abstracts an unique id object.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
value |
The unique id value. |
required | |
id_type |
The role which the current unique id plays, such as "frame id", "image id" or "annotation id". |
required |
Attributes:
Name | Type | Description |
---|---|---|
_value |
The unique id value. |
|
_field_key |
The role which the current unique id plays, such as "frame id", "image id" or "annotation id". |