Enum StartingLabelId
Selector for whether label ids should start at zero or one. startingLabelId.
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public enum StartingLabelId : int
Fields
| Name | Description | Value |
|---|---|---|
| One | Start label id assignment at 1 |
|
| Zero | Start label id assignment at 0 |