Table of Contents

Class FramingZonePersonDetection

Namespace
Huddly.Sdk.Models
Assembly
Huddly.Sdk.dll
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

Id int
X double
Y double
IsWithinFraming bool

Properties

Id

public int Id { get; init; }

Property Value

int

IsWithinFraming

public bool IsWithinFraming { get; init; }

Property Value

bool

X

public double X { get; init; }

Property Value

double

Y

public double Y { get; init; }

Property Value

double