unreal.ARObjectClassification

class unreal.ARObjectClassification

Bases: EnumBase

Indicates what type of object the scene understanding system thinks it is

C++ Source:

  • Module: AugmentedReality

  • File: ARTypes.h

CEILING: ARObjectClassification = Ellipsis

A horizontal plane that is the ceiling

Type:

3

DOOR: ARObjectClassification = Ellipsis

A door

Type:

12

FACE: ARObjectClassification = Ellipsis

A human face

Type:

7

FLOOR: ARObjectClassification = Ellipsis

A horizontal plane that is the floor

Type:

4

HAND_MESH: ARObjectClassification = Ellipsis

A user’s hand

Type:

11

IMAGE: ARObjectClassification = Ellipsis

A recognized image in the scene

Type:

8

NOT_APPLICABLE: ARObjectClassification = Ellipsis

Not applicable to scene understanding

Type:

0

SCENE_OBJECT: ARObjectClassification = Ellipsis

A closed mesh that was identified in the scene

Type:

10

SEAT: ARObjectClassification = Ellipsis

A horizontal plane that is a seat

Type:

6

TABLE: ARObjectClassification = Ellipsis

A horizontal plane that is a table

Type:

5

UNKNOWN: ARObjectClassification = Ellipsis

Scene understanding doesn’t know what this is

Type:

1

WALL: ARObjectClassification = Ellipsis

A vertical plane that is a wall

Type:

2

WINDOW: ARObjectClassification = Ellipsis

A window

Type:

13

WORLD: ARObjectClassification = Ellipsis

A chunk of mesh that does not map to a specific object type but is seen by the AR system

Type:

9