Property Labels
Labels
Gets or sets the list of labels that the model is capable of detecting. Each label in this list represents a specific class or type of object that the model can identify.
Declaration
public IList<YoloLabel> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<YoloLabel> |