SemanticLabelType

Represents the semantic label type of a mesh anchor.

Entries

Link copied to clipboard

The semantic label type is unknown.

Link copied to clipboard

The semantic label type is a floor.

Link copied to clipboard

The semantic label type is a ceiling.

Link copied to clipboard

The semantic label type is a wall.

Link copied to clipboard

The semantic label type is a door.

Link copied to clipboard

The semantic label type is a window.

Link copied to clipboard

The semantic label type is an opening.

Link copied to clipboard

The semantic label type is a table.

Link copied to clipboard

The semantic label type is a sofa.

Link copied to clipboard

The semantic label type is a chair.

Link copied to clipboard

The semantic label type is a human.

Link copied to clipboard

The semantic label type is a beam.

Link copied to clipboard

The semantic label type is a column.

Link copied to clipboard

The semantic label type is a curtain.

Link copied to clipboard

The semantic label type is a cabinet.

Link copied to clipboard

The semantic label type is a bed.

Link copied to clipboard

The semantic label type is a plant.

Link copied to clipboard

The semantic label type is a screen.

Link copied to clipboard

The semantic label type is a virtual wall.

Link copied to clipboard

The semantic label type is a refrigerator.

Link copied to clipboard

The semantic label type is a washing machine.

Link copied to clipboard

The semantic label type is an air conditioner.

Link copied to clipboard

The semantic label type is a lamp.

Link copied to clipboard

The semantic label type is a wall art.

Link copied to clipboard

The semantic label type is a stairway.

Properties

Link copied to clipboard
val entries: EnumEntries<SemanticLabelType>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): SemanticLabelType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.