Struct LabelEntry
Structure defining a label configuration for LabelingConfiguration.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
[Serializable]
public struct LabelEntry
Constructors
Name | Description |
---|---|
LabelEntry(int, string, int) | Creates a new LabelingConfigurationEntry with the given values. |
Fields
Name | Description |
---|---|
id | The id associated with the label. Used to associate objects with labels in various forms of ground truth. |
label | The label string |
value | The value to use when generating semantic segmentation images. |