class documentation

class BestDetectedSideValue(str, Enum):

View In Hierarchy

Possible values of BestDetectedSide

Constant BACK The object's back side is detected best.
Constant FRONT The object's front side is detected best.
Constant LEFT The object's left side is detected best.
Constant RIGHT The object's right side is detected best.
Constant TOP The object's top side is detected best.
BACK: str =

The object's back side is detected best.

Value
'back'
FRONT: str =

The object's front side is detected best.

Value
'front'
LEFT: str =

The object's left side is detected best.

Value
'left'
RIGHT: str =

The object's right side is detected best.

Value
'right'
TOP: str =

The object's top side is detected best.

Value
'top'