Table of Contents

Class FramingZonePersonDetectionResult

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

Id uint
X double
Y double
IsWithinFraming bool

Properties

Id

public uint Id { get; init; }

Property Value

uint

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