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

ARSceneSegmentationModelEventArgs

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

Declaration

public struct ARSceneSegmentationModelEventArgs : ValueType, IEquatable<ARSceneSegmentationModelEventArgs>

Summary

A structure for information about the semantic segmentation model that's become ready. This is used to communicate information in the MetadataInitialized event.


Properties

NameTypeSummary
ChannelIndicesIReadOnlyDictionary<SceneSegmentationChannel, int>
-
ChannelsIReadOnlyList<SceneSegmentationChannel>
-

Methods

NameTypeSummary
Equalsbool
-
GetHashCodeint
-

Operators

NameTypeSummary
static !=bool
-
static ==bool
-

Relationships

implements: System.IEquatable