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
| Name | Type | Summary |
|---|---|---|
| ChannelIndices | IReadOnlyDictionary<string, int> | - |
| ChannelNames | IReadOnlyList<string> | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | - |
| GetHashCode | int | - |
Operators
| Name | Type | Summary |
|---|---|---|
| static != | bool | - |
| static == | bool | - |
Relationships
implements: System.IEquatable