Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount
- 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
-
#object_count ⇒ ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount
The object count for the accumulated count.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The start time of the accumulated count.
Instance Attribute Details
#object_count ⇒ ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount
Returns The object count for the accumulated count.
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.
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 |