Struct IdLabelEntry
An entry for IdLabelConfig mapping a label to an integer id.
Implements
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
[Serializable]
public struct IdLabelEntry : ILabelEntry
Fields
Name | Description |
---|---|
id | The id to associate with the label. |
label | The label string to associate with the id. |