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

public sealed class OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount : IMessage<OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount>, IEquatable<OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount>, IDeepCloneable<OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount.

The object info and instant count for annotations from occupancy counting operator.

Inheritance

object > OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ObjectCount()

public ObjectCount()

ObjectCount(ObjectCount)

public ObjectCount(OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount other)
Parameter
Name Description
other OccupancyCountingPredictionResultTypesStatsTypesObjectCount

Properties

Count

public int Count { get; set; }

Count of the object.

Property Value
Type Description
int

Entity

public OccupancyCountingPredictionResult.Types.Entity Entity { get; set; }

Entity of this object.

Property Value
Type Description
OccupancyCountingPredictionResultTypesEntity