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

ARSemanticSegmentationModelEventArgs

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

Declaration

public struct ARSemanticSegmentationModelEventArgs : ValueType, IEquatable<ARSemanticSegmentationModelEventArgs>

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<string, int>
-
ChannelNamesIReadOnlyList<string>
-

Methods

NameTypeSummary
Equalsbool
-
GetHashCodeint
-

Operators

NameTypeSummary
static !=bool
-
static ==bool
-

Relationships

implements: System.IEquatable