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

SceneSegmentationResult

Represents the result of the scene segmentation processor. This class encapsulates all the data returned from a processed scene segmentation frame, including the semantic image data, camera pose, intrinsics, and timing information.

Declaration

class SceneSegmentationResult

Properties

NameTypeSummary
frameIdLong
The unique identifier of the AR frame that this result was generated from
imageImage
The scene segmentation result image (confidence, packed channels, or suppression mask)
intrinsicsCameraIntrinsics
The camera intrinsics used for this frame
posePose
The camera pose of the AR frame that this result was generated from
timestampMsLong
The timestamp of the AR frame in milliseconds