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

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:



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