Skip to main content
API Reference NianticSpatial.NSDK.AR.Utilities.Preloading

SceneSegmentationMode

The NSDK semantic segmentation model to use.

Declaration

public enum SceneSegmentationMode : byte

Fields

NameTypeSummary
static FastSceneSegmentationMode
Semantic segmentation will be generated at the fastest resolution.
static MediumSceneSegmentationMode
Semantic segmentation will be generated at a medium resolution.
static SmoothSceneSegmentationMode
Semantic segmentation will be generated at the best resolution.
static UnspecifiedSceneSegmentationMode
The default model will be used, if applicable.