Class Stats (0.1.0)

Stats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The statistics info for annotations from occupancy counting operator.

Attributes

Name Description
full_frame_count MutableSequence[google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.Stats.ObjectCount]
Counts of the full frame.
crossing_line_counts MutableSequence[google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.Stats.CrossingLineCount]
Crossing line counts.
active_zone_counts MutableSequence[google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.Stats.ActiveZoneCount]
Active zone counts.

Classes

AccumulatedObjectCount

AccumulatedObjectCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The object info and accumulated count for annotations from occupancy counting operator.

ActiveZoneCount

ActiveZoneCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for the active zone count.

CrossingLineCount

CrossingLineCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for Crossing line count.

ObjectCount

ObjectCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The object info and instant count for annotations from occupancy counting operator.