Skip to main content
API Reference NianticSpatial.NSDK.AR.XRSubsystems XRDetectedObject

GetConfidentCategorizations


Declaration

public abstract List<XRObjectCategorization> GetConfidentCategorizations(float threshold = 0.4f)

Parameters

NameTypeSummary
thresholdfloat
The minimum confidence value needed for a categorization to be included
in the returned list. Defaults to 0.4 if not provided.