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

ARObjectDetectionsUpdatedEventArgs

A structure for information about the latest object detections that have been surfaced. This is used to...

Declaration

public struct ARObjectDetectionsUpdatedEventArgs : ValueType, IEquatable<ARObjectDetectionsUpdatedEventArgs>

Summary

A structure for information about the latest object detections that have been surfaced. This is used to communicate information in the ObjectDetectionsUpdated event.

Remarks

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


Fields

NameTypeSummary
ResultsIReadOnlyList<XRDetectedObject>
-

Methods

NameTypeSummary
Equalsbool
-
GetHashCodeint
-

Relationships

implements: System.IEquatable