Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
The object info and instant count for annotations from occupancy counting operator.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Count of the object.
-
#entity ⇒ ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Entity
Entity of this object.
Instance Attribute Details
#count ⇒ ::Integer
Returns Count of the object.
516 517 518 519 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 516 class ObjectCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity ⇒ ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Entity
Returns Entity of this object.
516 517 518 519 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 516 class ObjectCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |