PatchedLabelRequest class reference


Properties

Name Type Description Notes
id int [optional]
name str [optional]
color str The hex value for the RGB color. Will be generated automatically, unless specified explicitly. [optional]
attributes [AttributeRequest] The list of attributes. To remove an attribute, pass the full attribute body with deleted=true. Related annotation attribute values will be deleted. [optional] if omitted the server will use the default value of []
deleted bool Delete the label. Only applicable in the PATCH methods of a project or a task. [optional]
type bool, date, datetime, dict, float, int, list, str, none_type Associated annotation type for this label * any - ANY * cuboid - CUBOID * ellipse - ELLIPSE * mask - MASK * points - POINTS * polygon - POLYGON * polyline - POLYLINE * rectangle - RECTANGLE * skeleton - SKELETON * interval - INTERVAL * tag - TAG [optional]
svg str [optional]
sublabels **[SublabelRequest]** [optional]