Skip to main content
API Reference com.nianticspatial.nsdk.awareness.semantics SemanticsSession

latestSuppressionMask

Gets the latest suppression mask data. This retrieves the most recent suppression mask for semantic classification of the current frame.

Declaration

fun latestSuppressionMask(): NSDKResult<SemanticsResult, AwarenessStatus>

Summary

Gets the latest suppression mask data. This retrieves the most recent suppression mask for semantic classification of the current frame.

Returns

ARDKResult containing suppression mask data if successful, or error information


ON THIS PAGE