public sealed class OccupancyCountingPredictionResult : IMessage<OccupancyCountingPredictionResult>, IEquatable<OccupancyCountingPredictionResult>, IDeepCloneable<OccupancyCountingPredictionResult>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.
The prediction result proto for occupancy counting.
Implements
IMessageOccupancyCountingPredictionResult, IEquatableOccupancyCountingPredictionResult, IDeepCloneableOccupancyCountingPredictionResult, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
OccupancyCountingPredictionResult()
public OccupancyCountingPredictionResult()OccupancyCountingPredictionResult(OccupancyCountingPredictionResult)
public OccupancyCountingPredictionResult(OccupancyCountingPredictionResult other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResult |
Properties
CurrentTime
public Timestamp CurrentTime { get; set; }Current timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DwellTimeInfo
public RepeatedField<OccupancyCountingPredictionResult.Types.DwellTimeInfo> DwellTimeInfo { get; }Dwell time related information. All the tracks that are live in a given zone with a start and end dwell time timestamp
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesDwellTimeInfo |
|
HasPts
public bool HasPts { get; }Gets whether the "pts" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IdentifiedBoxes
public RepeatedField<OccupancyCountingPredictionResult.Types.IdentifiedBox> IdentifiedBoxes { get; }A list of identified boxes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesIdentifiedBox |
|
Pts
public long Pts { get; set; }The presentation timestamp of the frame.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Stats
public OccupancyCountingPredictionResult.Types.Stats Stats { get; set; }Detection statistics.
| Property Value | |
|---|---|
| Type | Description |
OccupancyCountingPredictionResultTypesStats |
|
TrackInfo
public RepeatedField<OccupancyCountingPredictionResult.Types.TrackInfo> TrackInfo { get; }Track related information. All the tracks that are live at this timestamp. It only exists if tracking is enabled.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesTrackInfo |
|