class documentation

class Animal(BaseObject):

View In Hierarchy

This object contains the static attributes of objects with the classification 'animal'.

For the dynamic attributes, see AnimalInFrame. Instances of this class are found in AveasOpenLabel.objects.

Class Variable name A friendly identifier of the element, is not unique but employed by human users to rapidly identify elements in the scene.
Class Variable object_data Contains the object's static attributes
Class Variable type The classification of the object
name: str =

A friendly identifier of the element, is not unique but employed by human users to rapidly identify elements in the scene.

Contains the object's static attributes

type: Literal['animal'] =

The classification of the object