Table of Contents

Class Detections

Namespace
Huddly.Sdk.Models
Assembly
Huddly.Sdk.dll
public class Detections : IEnumerable<Detection>, IEnumerable
Inheritance
Detections
Implements
Inherited Members

Constructors

Detections(double, Detection[], int)

public Detections(double timestamp, Detection[] detections, int frameCount)

Parameters

timestamp double
detections Detection[]
frameCount int

Properties

FrameCount

public int FrameCount { get; }

Property Value

int

this[int]

public Detection this[int index] { get; }

Parameters

index int

Property Value

Detection

PeopleCount

public int PeopleCount { get; }

Property Value

int

Timestamp

public double Timestamp { get; }

Property Value

double

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<Detection> GetEnumerator()

Returns

IEnumerator<Detection>

An enumerator that can be used to iterate through the collection.