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

A horizontal plane that is the ceiling

Type:

3

DOOR: ARObjectClassification

A door

Type:

12

FACE: ARObjectClassification

A human face

Type:

7

FLOOR: ARObjectClassification

A horizontal plane that is the floor

Type:

4

HAND_MESH: ARObjectClassification

A user’s hand

Type:

11

IMAGE: ARObjectClassification

A recognized image in the scene

Type:

8

NOT_APPLICABLE: ARObjectClassification

Not applicable to scene understanding

Type:

0

SCENE_OBJECT: ARObjectClassification

A closed mesh that was identified in the scene

Type:

10

SEAT: ARObjectClassification

A horizontal plane that is a seat

Type:

6

TABLE: ARObjectClassification

A horizontal plane that is a table

Type:

5

UNKNOWN: ARObjectClassification

Scene understanding doesn’t know what this is

Type:

1

WALL: ARObjectClassification

A vertical plane that is a wall

Type:

2

WINDOW: ARObjectClassification

A window

Type:

13

WORLD: ARObjectClassification

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

Type:

9