Vision AI v1 API - Class OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount (1.0.0-beta01)

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, IMessage

Reference 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.

Inheritance

object > OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount

Namespace

Google.Cloud.VisionAI.V1

Assembly

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