XRDetectedObject
A class representing an object in the XR camera's view detected by the object detection model.
Declaration
public abstract class XRDetectedObjectRemarks
This is an experimental API. Experimental features are subject to breaking changes, not officially supported, and may be deprecated without notice.
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Confidences | float[] | - |
Methods
| Name | Type | Summary |
|---|---|---|
| abstract CalculateRect | Rect | - |
| abstract GetConfidence | float | - |
| abstract GetConfidentCategorizations | List<XRObjectCategorization> | - |