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, IMessageReference 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.
Implements
IMessageOccupancyCountingPredictionResultTypesStatsTypesObjectCount, IEquatableOccupancyCountingPredictionResultTypesStatsTypesObjectCount, IDeepCloneableOccupancyCountingPredictionResultTypesStatsTypesObjectCount, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|