Table of Contents

Class Detection

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

Id uint
Label string
Confidence double
Bbox Bbox

Properties

Bbox

public Bbox Bbox { get; init; }

Property Value

Bbox

Confidence

public double Confidence { get; init; }

Property Value

double

Id

public uint Id { get; init; }

Property Value

uint

Label

public string Label { get; init; }

Property Value

string