Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::CrossingLineCount.
Message for Crossing line count.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#accumulated_negative_direction_counts
def accumulated_negative_direction_counts() -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>) — The accumulated negative count.
#accumulated_negative_direction_counts=
def accumulated_negative_direction_counts=(value) -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>) — The accumulated negative count.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>) — The accumulated negative count.
#accumulated_positive_direction_counts
def accumulated_positive_direction_counts() -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>) — The accumulated positive count.
#accumulated_positive_direction_counts=
def accumulated_positive_direction_counts=(value) -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>) — The accumulated positive count.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::AccumulatedObjectCount>) — The accumulated positive count.
#annotation
def annotation() -> ::Google::Cloud::VisionAI::V1::StreamAnnotation
Returns
- (::Google::Cloud::VisionAI::V1::StreamAnnotation) — Line annotation from the user.
#annotation=
def annotation=(value) -> ::Google::Cloud::VisionAI::V1::StreamAnnotation
Parameter
- value (::Google::Cloud::VisionAI::V1::StreamAnnotation) — Line annotation from the user.
Returns
- (::Google::Cloud::VisionAI::V1::StreamAnnotation) — Line annotation from the user.
#negative_direction_counts
def negative_direction_counts() -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>) — The direction that is opposite to the right hand rule.
#negative_direction_counts=
def negative_direction_counts=(value) -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>) — The direction that is opposite to the right hand rule.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>) — The direction that is opposite to the right hand rule.
#positive_direction_counts
def positive_direction_counts() -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>) — The direction that follows the right hand rule.
#positive_direction_counts=
def positive_direction_counts=(value) -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>) — The direction that follows the right hand rule.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount>) — The direction that follows the right hand rule.