Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::DwellTimeInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dwell_end_time::Google::Protobuf::Timestamp

Returns The end time when a dwelling object has exited in a zone.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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