Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class OccupancyCountConfig.
Message describing OccupancyCountConfig.
Generated from protobuf message google.cloud.visionai.v1.OccupancyCountConfig
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enable_people_counting
bool
Whether to count the appearances of people, output counts have 'people' as the key.
↳ enable_vehicle_counting
bool
Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
↳ enable_dwelling_time_tracking
bool
Whether to track each invidual object's loitering time inside the scene or specific zone.
getEnablePeopleCounting
Whether to count the appearances of people, output counts have 'people' as the key.
bool
setEnablePeopleCounting
Whether to count the appearances of people, output counts have 'people' as the key.
var
bool
$this
getEnableVehicleCounting
Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
bool
setEnableVehicleCounting
Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
var
bool
$this
getEnableDwellingTimeTracking
Whether to track each invidual object's loitering time inside the scene or specific zone.
bool
setEnableDwellingTimeTracking
Whether to track each invidual object's loitering time inside the scene or specific zone.
var
bool
$this

