class documentation

class TemporalDetections(_HasLabelList, Label): (source)

View In Hierarchy

A list of temporal detections for a video.

Parameters
detectionsa list of TemporalDetection instances
Class Variable detections Undocumented
Constant _LABEL_LIST_FIELD Undocumented

Inherited from Label (via _HasLabelList):

Method delete_attribute Deletes the attribute with the given name.
Method get_attribute_value Gets the value of the attribute with the given name.
Method has_attribute Determines whether the label has an attribute with the given name.
Method iter_attributes Returns an iterator over the custom attributes of the label.
Method set_attribute_value Sets the value of the attribute with the given name.
detections: None = (source)

Undocumented

_LABEL_LIST_FIELD: str = (source)

Undocumented

Value
'detections'