Class Detection
public record Detection : IEquatable<Detection>
- Inheritance
-
Detection
- Implements
- Inherited Members
Constructors
Detection(uint, string, double, Bbox)
public Detection(uint Id, string Label, double Confidence, Bbox Bbox)
Parameters
Properties
Bbox
public Bbox Bbox { get; init; }
Property Value
Confidence
public double Confidence { get; init; }
Property Value
Id
public uint Id { get; init; }
Property Value
Label
public string Label { get; init; }