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

ARObjectDetectionModelEventArgs

A structure for information about the object detection model that's become ready. This is used to...

Declaration

public struct ARObjectDetectionModelEventArgs : ValueType, IEquatable<ARObjectDetectionModelEventArgs>

Summary

A structure for information about the object detection model that's become ready. This is used to communicate information in the CategoryNamesAvailable event.

Remarks

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


Properties

NameTypeSummary
CategoryNamesIReadOnlyList<string>
-

Methods

NameTypeSummary
Equalsbool
-
GetHashCodeint
-

Operators

NameTypeSummary
static !=bool
-
static ==bool
-

Relationships

implements: System.IEquatable