LabelJsonFields

class LabelJsonFields[source]

Bases: object

JSON fields for Label.

Methods

Attributes

DESCRIPTION

GEOMETRY_TYPE

ID

INSTANCE_KEY

NN_CREATED

Flag indicating if the label was created by NN model or manually.

NN_UPDATED

Flag indicating if the label was corrected by NN model or manually.

OBJ_CLASS_ID

OBJ_CLASS_NAME

SMART_TOOL_INPUT

TAGS

DESCRIPTION = 'description'
GEOMETRY_TYPE = 'geometryType'
ID = 'id'
INSTANCE_KEY = 'instance'
NN_CREATED = 'nnCreated'

Flag indicating if the label was created by NN model or manually.

NN_UPDATED = 'nnUpdated'

Flag indicating if the label was corrected by NN model or manually.

OBJ_CLASS_ID = 'classId'
OBJ_CLASS_NAME = 'classTitle'
SMART_TOOL_INPUT = 'smartToolInput'
TAGS = 'tags'