Class Detections
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
Properties
FrameCount
[Obsolete("Use FrameNumber instead. Property will be removed in SDK version 3.")]
public int FrameCount { get; }
Property Value
FrameNumber
public int FrameNumber { get; }
Property Value
this[int]
public Detection this[int index] { get; }
Parameters
index
int
Property Value
PeopleCount
[Obsolete("Use PersonCount instead. Property will be removed in SDK version 3.")]
public int PeopleCount { get; }
Property Value
PersonCount
public int PersonCount { get; }
Property Value
Timestamp
public TimeSpan Timestamp { get; }
Property Value
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.