DwellTimeInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The dwell time info for annotations from occupancy counting operator.
Attributes |
|
---|---|
Name | Description |
track_id |
str
An unique id to identify a track. It should be consistent across frames. |
zone_id |
str
The unique id for the zone in which the object is dwelling/waiting. |
dwell_start_time |
google.protobuf.timestamp_pb2.Timestamp
The beginning time when a dwelling object has been identified in a zone. |
dwell_end_time |
google.protobuf.timestamp_pb2.Timestamp
The end time when a dwelling object has exited in a zone. |