Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ActiveZoneCount
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ActiveZoneCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
Message for the active zone count.
Instance Attribute Summary collapse
-
#annotation ⇒ ::Google::Cloud::VisionAI::V1::StreamAnnotation
Active zone annotation from the user.
-
#counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
Counts in the zone.
Instance Attribute Details
#annotation ⇒ ::Google::Cloud::VisionAI::V1::StreamAnnotation
562 563 564 565 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 562 class ActiveZoneCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
562 563 564 565 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 562 class ActiveZoneCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |