Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount

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 object info and accumulated count for annotations from occupancy counting operator.

Instance Attribute Summary collapse

Instance Attribute Details

#object_count::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount

Returns The object count for the accumulated count.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 529

class AccumulatedObjectCount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns The start time of the accumulated count.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 529

class AccumulatedObjectCount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end