Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats::ObjectCount.
The object info and instant count for annotations from occupancy counting operator.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
Returns
- (::Integer) — Count of the object.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of the object.
Returns
- (::Integer) — Count of the object.
#entity
def entity() -> ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Entity
Returns
- (::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Entity) — Entity of this object.
#entity=
def entity=(value) -> ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Entity
Parameter
- value (::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Entity) — Entity of this object.
Returns
- (::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Entity) — Entity of this object.