Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::DwellTimeInfo
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::DwellTimeInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
The dwell time info for annotations from occupancy counting operator.
Instance Attribute Summary collapse
-
#dwell_end_time ⇒ ::Google::Protobuf::Timestamp
The end time when a dwelling object has exited in a zone.
-
#dwell_start_time ⇒ ::Google::Protobuf::Timestamp
The beginning time when a dwelling object has been identified in a zone.
-
#track_id ⇒ ::String
An unique id to identify a track.
-
#zone_id ⇒ ::String
The unique id for the zone in which the object is dwelling/waiting.
Instance Attribute Details
#dwell_end_time ⇒ ::Google::Protobuf::Timestamp
Returns The end time when a dwelling object has exited in a zone.
593 594 595 596 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 593 class DwellTimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dwell_start_time ⇒ ::Google::Protobuf::Timestamp
Returns The beginning time when a dwelling object has been identified in a zone.
593 594 595 596 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 593 class DwellTimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#track_id ⇒ ::String
Returns An unique id to identify a track. It should be consistent across frames.
593 594 595 596 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 593 class DwellTimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone_id ⇒ ::String
Returns The unique id for the zone in which the object is dwelling/waiting.
593 594 595 596 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 593 class DwellTimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |