CrossingLineCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message for Crossing line count.
Attributes |
|
---|---|
Name | Description |
annotation |
google.cloud.visionai_v1.types.StreamAnnotation
Line annotation from the user. |
positive_direction_counts |
MutableSequence[google.cloud.visionai_v1.types.OccupancyCountingPredictionResult.Stats.ObjectCount]
The direction that follows the right hand rule. |
negative_direction_counts |
MutableSequence[google.cloud.visionai_v1.types.OccupancyCountingPredictionResult.Stats.ObjectCount]
The direction that is opposite to the right hand rule. |
accumulated_positive_direction_counts |
MutableSequence[google.cloud.visionai_v1.types.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount]
The accumulated positive count. |
accumulated_negative_direction_counts |
MutableSequence[google.cloud.visionai_v1.types.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount]
The accumulated negative count. |