XRObjectCategorization
A structure representing an object detection categorization. The object detection algorithm surfaces...
Declaration
public struct XRObjectCategorization : ValueTypeSummary
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
| Name | Type | Summary |
|---|---|---|
| CategoryIndex | int | - |
| CategoryName | string | - |
| Confidence | float | - |