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. If you want to remove an attribute, you need to recreate the label and specify the remaining attributes. | [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 * tag - TAG |
[optional] |
svg | str | [optional] | |
sublabels | **[SublabelRequest]** | [optional] |