Class FramingZonePersonDetection
public record FramingZonePersonDetection : IEquatable<FramingZonePersonDetection>
- Inheritance
-
FramingZonePersonDetection
- Implements
- Inherited Members
Constructors
FramingZonePersonDetection(int, double, double, bool)
public FramingZonePersonDetection(int Id, double X, double Y, bool IsWithinFraming)
Parameters
Properties
Id
public int Id { get; init; }
Property Value
IsWithinFraming
public bool IsWithinFraming { get; init; }
Property Value
X
public double X { get; init; }
Property Value
Y
public double Y { get; init; }