class documentation
class BestDetectedSideValue(str, Enum):
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. |