class documentation
class TemporalDetections(_HasLabelList, Label): (source)
A list of temporal detections for a video.
Parameters | |
detections | a list of TemporalDetection
instances |
Class Variable | detections |
Undocumented |
Constant | _LABEL |
Undocumented |
Inherited from Label
(via _HasLabelList
):
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. |