public sealed class OccupancyCountingPredictionResult.Types.Stats.Types.ActiveZoneCount : IMessage<OccupancyCountingPredictionResult.Types.Stats.Types.ActiveZoneCount>, IEquatable<OccupancyCountingPredictionResult.Types.Stats.Types.ActiveZoneCount>, IDeepCloneable<OccupancyCountingPredictionResult.Types.Stats.Types.ActiveZoneCount>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.Stats.Types.ActiveZoneCount.
Message for the active zone count.
Implements
IMessageOccupancyCountingPredictionResultTypesStatsTypesActiveZoneCount, IEquatableOccupancyCountingPredictionResultTypesStatsTypesActiveZoneCount, IDeepCloneableOccupancyCountingPredictionResultTypesStatsTypesActiveZoneCount, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ActiveZoneCount()
public ActiveZoneCount()ActiveZoneCount(ActiveZoneCount)
public ActiveZoneCount(OccupancyCountingPredictionResult.Types.Stats.Types.ActiveZoneCount other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResultTypesStatsTypesActiveZoneCount |
Properties
Annotation
public StreamAnnotation Annotation { get; set; }Active zone annotation from the user.
| Property Value | |
|---|---|
| Type | Description |
StreamAnnotation |
|
Counts
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount> Counts { get; }Counts in the zone.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesObjectCount |
|