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 |
str |
Associated annotation type for this label |
[optional] |
svg |
str |
|
[optional] |
sublabels |
[SublabelRequest] |
|
[optional] |