class documentation
class Classifications(_HasLabelList, Label): (source)
A list of classifications for an image.
Parameters | |
classifications | a list of Classification instances |
logits | logits associated with the labels |
Class Variable | classifications |
Undocumented |
Class Variable | logits |
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. |