Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::CrossingLineCount
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::CrossingLineCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
Message for Crossing line count.
Instance Attribute Summary collapse
-
#accumulated_negative_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
The accumulated negative count.
-
#accumulated_positive_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
The accumulated positive count.
-
#annotation ⇒ ::Google::Cloud::VisionAI::V1::StreamAnnotation
Line annotation from the user.
-
#negative_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
The direction that is opposite to the right hand rule.
-
#positive_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
The direction that follows the right hand rule.
Instance Attribute Details
#accumulated_negative_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
Returns The accumulated negative count.
550 551 552 553 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 550 class CrossingLineCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#accumulated_positive_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
Returns The accumulated positive count.
550 551 552 553 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 550 class CrossingLineCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotation ⇒ ::Google::Cloud::VisionAI::V1::StreamAnnotation
Returns Line annotation from the user.
550 551 552 553 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 550 class CrossingLineCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#negative_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
Returns The direction that is opposite to the right hand rule.
550 551 552 553 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 550 class CrossingLineCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#positive_direction_counts ⇒ ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
Returns The direction that follows the right hand rule.
550 551 552 553 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 550 class CrossingLineCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |