AnnotationInfo
Annotation info annotating a class id or key-point id.
Color and label will be used to annotate entities/keypoints which reference the id. The id refers either to a class or key-point id
Fields fields
id
Type: uint16
datatypes.ClassId
or datatypes.KeypointId
to which this annotation info belongs.
label
Type: nullable Utf8
The label that will be shown in the UI.
color
Type: nullable Rgba32
The color that will be applied to the annotated entity.
Arrow datatype arrow-datatype
Struct {
id: uint16
label: nullable utf8
color: nullable uint32
}
API reference links api-reference-links
- 🌊 C++ API docs for
AnnotationInfo
- 🐍 Python API docs for
AnnotationInfo
- 🦀 Rust API docs for
AnnotationInfo