Skip to main content
API Reference com.nianticspatial.nsdk.awareness.scenesegmentation

SceneSegmentationChannel

Represents the different semantic segmentation channels that can be detected. This mirrors the native ARDK_Semantics_Channel enum.

Declaration

enum class SceneSegmentationChannel

Properties

NameTypeSummary
valueInt
-

Cases

NameTypeSummary
ArtificialGroundArtificialGround
-
GrassGrass
-
GroundGround
-
NaturalGroundNaturalGround
-
SkySky
-

Functions

NameTypeSummary
toStringString
Overrides the default toString() to provide a more human-readable name. It splits PascalCase names like "NaturalGround" into "Natural Ground".