Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::DwellTimeInfo.
The dwell time info for annotations from occupancy counting operator.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dwell_end_time
def dwell_end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The end time when a dwelling object has exited in a zone.
#dwell_end_time=
def dwell_end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The end time when a dwelling object has exited in a zone.
Returns
- (::Google::Protobuf::Timestamp) — The end time when a dwelling object has exited in a zone.
#dwell_start_time
def dwell_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The beginning time when a dwelling object has been identified in a zone.
#dwell_start_time=
def dwell_start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The beginning time when a dwelling object has been identified in a zone.
Returns
- (::Google::Protobuf::Timestamp) — The beginning time when a dwelling object has been identified in a zone.
#track_id
def track_id() -> ::String
Returns
- (::String) — An unique id to identify a track. It should be consistent across frames.
#track_id=
def track_id=(value) -> ::String
Parameter
- value (::String) — An unique id to identify a track. It should be consistent across frames.
Returns
- (::String) — An unique id to identify a track. It should be consistent across frames.
#zone_id
def zone_id() -> ::String
Returns
- (::String) — The unique id for the zone in which the object is dwelling/waiting.
#zone_id=
def zone_id=(value) -> ::String
Parameter
- value (::String) — The unique id for the zone in which the object is dwelling/waiting.
Returns
- (::String) — The unique id for the zone in which the object is dwelling/waiting.