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 frameNumber)

Parameters

timestamp double
detections Detection[]
frameNumber int

Properties

FrameCount

[Obsolete("Use FrameNumber instead. Property will be removed in SDK version 3.")]
public int FrameCount { get; }

Property Value

int

FrameNumber

public int FrameNumber { get; }

Property Value

int

this[int]

public Detection this[int index] { get; }

Parameters

index int

Property Value

Detection

PeopleCount

[Obsolete("Use PersonCount instead. Property will be removed in SDK version 3.")]
public int PeopleCount { get; }

Property Value

int

PersonCount

public int PersonCount { get; }

Property Value

int

Timestamp

public TimeSpan Timestamp { get; }

Property Value

TimeSpan

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.