Struct SemanticSegmentationLabelEntry
LabelEntry for SemanticSegmentationLabelConfig. Maps a label to a color.
Namespace: UnityEngine.Perception.GroundTruth
Syntax
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
readonly string ILabelEntry.label { get; }
Returns
| Type | Description |
|---|---|
| String |