public sealed class OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount : IMessage<OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount>, IEquatable<OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount>, IDeepCloneable<OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount.
The object info and accumulated count for annotations from occupancy counting operator.
Implements
IMessageOccupancyCountingPredictionResultTypesStatsTypesAccumulatedObjectCount, IEquatableOccupancyCountingPredictionResultTypesStatsTypesAccumulatedObjectCount, IDeepCloneableOccupancyCountingPredictionResultTypesStatsTypesAccumulatedObjectCount, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
AccumulatedObjectCount()
public AccumulatedObjectCount()AccumulatedObjectCount(AccumulatedObjectCount)
public AccumulatedObjectCount(OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResultTypesStatsTypesAccumulatedObjectCount |
Properties
ObjectCount
public OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount ObjectCount { get; set; }The object count for the accumulated count.
| Property Value | |
|---|---|
| Type | Description |
OccupancyCountingPredictionResultTypesStatsTypesObjectCount |
|
StartTime
public Timestamp StartTime { get; set; }The start time of the accumulated count.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|