Vision AI V1 API - Class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::DwellTimeInfo (v0.1.0)

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

#dwell_end_time=

def dwell_end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#dwell_start_time

def dwell_start_time() -> ::Google::Protobuf::Timestamp
Returns

#dwell_start_time=

def dwell_start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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.