class documentation
Known subclasses: fiftyone.core.labels.Classification
, fiftyone.core.labels.Detection
, fiftyone.core.labels.GeoLocation
, fiftyone.core.labels.GeoLocations
, fiftyone.core.labels.Heatmap
, fiftyone.core.labels.Keypoint
, fiftyone.core.labels.Polyline
, fiftyone.core.labels.Regression
, fiftyone.core.labels.Segmentation
, fiftyone.core.labels.TemporalDetection
Mixin for Label
classes that expose a UUID via an id
property, as well as a tags attribute.
Class Variable | tags |
Undocumented |
Instance Variable | id |
Undocumented |
Method | _id |
Undocumented |
Property | _id |
Undocumented |
Inherited from Label
:
Method | delete |
Deletes the attribute with the given name. |
Method | get |
Gets the value of the attribute with the given name. |
Method | has |
Determines whether the label has an attribute with the given name. |
Method | iter |
Returns an iterator over the custom attributes of the label. |
Method | set |
Sets the value of the attribute with the given name. |