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

ARSceneSegmentationModelEventArgs


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>
The indices of the semantic channels detected by the semantic segmentation model.
ChannelsIReadOnlyList<SceneSegmentationChannel>
The semantic channels detected by the semantic segmentation model.

Methods

NameTypeSummary
Equalsbool
Tests for equality.
GetHashCodeint
Generates a hash suitable for use with containers like HashSet and Dictionary.

Operators

NameTypeSummary
static !=bool
Tests for inequality. Same as !Equals.
static ==bool
Tests for equality. Same as Equals.

Relationships

implements: System.IEquatable