public sealed class OccupancyCountingPredictionResult.Types.Stats.Types.CrossingLineCount : IMessage<OccupancyCountingPredictionResult.Types.Stats.Types.CrossingLineCount>, IEquatable<OccupancyCountingPredictionResult.Types.Stats.Types.CrossingLineCount>, IDeepCloneable<OccupancyCountingPredictionResult.Types.Stats.Types.CrossingLineCount>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.Stats.Types.CrossingLineCount.
Message for Crossing line count.
Implements
IMessageOccupancyCountingPredictionResultTypesStatsTypesCrossingLineCount, IEquatableOccupancyCountingPredictionResultTypesStatsTypesCrossingLineCount, IDeepCloneableOccupancyCountingPredictionResultTypesStatsTypesCrossingLineCount, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
CrossingLineCount()
public CrossingLineCount()CrossingLineCount(CrossingLineCount)
public CrossingLineCount(OccupancyCountingPredictionResult.Types.Stats.Types.CrossingLineCount other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResultTypesStatsTypesCrossingLineCount |
Properties
AccumulatedNegativeDirectionCounts
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount> AccumulatedNegativeDirectionCounts { get; }The accumulated negative count.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesAccumulatedObjectCount |
|
AccumulatedPositiveDirectionCounts
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.AccumulatedObjectCount> AccumulatedPositiveDirectionCounts { get; }The accumulated positive count.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesAccumulatedObjectCount |
|
Annotation
public StreamAnnotation Annotation { get; set; }Line annotation from the user.
| Property Value | |
|---|---|
| Type | Description |
StreamAnnotation |
|
NegativeDirectionCounts
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount> NegativeDirectionCounts { get; }The direction that is opposite to the right hand rule.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesObjectCount |
|
PositiveDirectionCounts
public RepeatedField<OccupancyCountingPredictionResult.Types.Stats.Types.ObjectCount> PositiveDirectionCounts { get; }The direction that follows the right hand rule.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOccupancyCountingPredictionResultTypesStatsTypesObjectCount |
|