Struct SemanticSegmentationLabelEntry
LabelEntry for SemanticSegmentationLabelConfig. Maps a label to a color.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Syntax
[Serializable]
public struct SemanticSegmentationLabelEntry : ILabelEntry
Fields
color
The color to be drawn in the semantic segmentation image
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
label
The label this entry should match.
Declaration
public string label
Field Value
Type | Description |
---|---|
String |
Explicit Interface Implementations
ILabelEntry.label
Declaration
string ILabelEntry.label { get; }
Returns
Type | Description |
---|---|
String |