Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::OccupancyCountConfig.
Message describing OccupancyCountConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_dwelling_time_tracking
def enable_dwelling_time_tracking() -> ::Boolean
Returns
- (::Boolean) — Whether to track each invidual object's loitering time inside the scene or specific zone.
#enable_dwelling_time_tracking=
def enable_dwelling_time_tracking=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to track each invidual object's loitering time inside the scene or specific zone.
Returns
- (::Boolean) — Whether to track each invidual object's loitering time inside the scene or specific zone.
#enable_people_counting
def enable_people_counting() -> ::Boolean
Returns
- (::Boolean) — Whether to count the appearances of people, output counts have 'people' as the key.
#enable_people_counting=
def enable_people_counting=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to count the appearances of people, output counts have 'people' as the key.
Returns
- (::Boolean) — Whether to count the appearances of people, output counts have 'people' as the key.
#enable_vehicle_counting
def enable_vehicle_counting() -> ::Boolean
Returns
- (::Boolean) — Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
#enable_vehicle_counting=
def enable_vehicle_counting=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
Returns
- (::Boolean) — Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.