Skip to main content
API Reference NianticSpatial.NSDK.AR.SceneSegmentation ARSceneSegmentationManager

TryResetChannelConfidenceThresholds

Resets the confidence thresholds for all semantic channels to the default values from the current model.

Declaration

public bool TryResetChannelConfidenceThresholds()

Summary

Resets the confidence thresholds for all semantic channels to the default values from the current model.

Remarks

This reverts any changes made with TrySetChannelConfidenceThresholds.

Returns

True if the thresholds were reset. Otherwise, false.

Throws

  • NotSupportedException — Thrown when resetting confidence thresholds is not supported by the implementation.