public sealed class OccupancyCountingPredictionResult.Types.Stats : IMessage<OccupancyCountingPredictionResult.Types.Stats>, IEquatable<OccupancyCountingPredictionResult.Types.Stats>, IDeepCloneable<OccupancyCountingPredictionResult.Types.Stats>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.Stats.
The statistics info for annotations from occupancy counting operator.
Implements
IMessageOccupancyCountingPredictionResultTypesStats, IEquatableOccupancyCountingPredictionResultTypesStats, IDeepCloneableOccupancyCountingPredictionResultTypesStats, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Stats()
public Stats()Stats(Stats)
public Stats(OccupancyCountingPredictionResult.Types.Stats other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResultTypesStats |
Properties
ActiveZoneCounts
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.ActiveZoneCount> ActiveZoneCounts { get; }Active zone counts.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesActiveZoneCount |
|
CrossingLineCounts
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.CrossingLineCount> CrossingLineCounts { get; }Crossing line counts.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesCrossingLineCount |
|
FullFrameCount
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount> FullFrameCount { get; }Counts of the full frame.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesObjectCount |
|