Class FramingZonePersonDetectionResult
public record FramingZonePersonDetectionResult : IEquatable<FramingZonePersonDetectionResult>
- Inheritance
-
FramingZonePersonDetectionResult
- Implements
- Inherited Members
Constructors
FramingZonePersonDetectionResult(uint, double, double, bool)
public FramingZonePersonDetectionResult(uint Id, double X, double Y, bool IsWithinFraming)
Parameters
Properties
Id
public uint 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; }