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

XRObjectCategorization

A structure representing an object detection categorization. The object detection algorithm surfaces...

Declaration

public struct XRObjectCategorization : ValueType

Summary

A structure representing an object detection categorization. The object detection algorithm surfaces at least one categorization per detected object, but usually there are multiple categorizations.

Remarks

This is an experimental API. Experimental features are subject to breaking changes, not officially supported, and may be deprecated without notice.


Constructors

public XRObjectCategorization(string name, int index, float confidence)

Fields

NameTypeSummary
CategoryIndexint
-
CategoryNamestring
-
Confidencefloat
-