Class OccupancyCountingPredictionResult (0.1.0)

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

The prediction result proto for occupancy counting.

Attributes

Name Description
current_time google.protobuf.timestamp_pb2.Timestamp
Current timestamp.
identified_boxes MutableSequence[google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.IdentifiedBox]
A list of identified boxes.
stats google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.Stats
Detection statistics.
track_info MutableSequence[google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.TrackInfo]
Track related information. All the tracks that are live at this timestamp. It only exists if tracking is enabled.
dwell_time_info MutableSequence[google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.DwellTimeInfo]
Dwell time related information. All the tracks that are live in a given zone with a start and end dwell time timestamp

Classes

DwellTimeInfo

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

The dwell time info for annotations from occupancy counting operator.

Entity

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

The entity info for annotations from occupancy counting operator.

IdentifiedBox

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

Identified box contains location and the entity of the object.

Stats

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

The statistics info for annotations from occupancy counting operator.

TrackInfo

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

The track info for annotations from occupancy counting operator.