Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class PersonVehicleDetectionConfig.
Message describing PersonVehicleDetectionConfig.
Generated from protobuf message google.cloud.visionai.v1.PersonVehicleDetectionConfig
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enable_people_counting
bool
At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. 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.
getEnablePeopleCounting
At least one of enable_people_counting and enable_vehicle_counting fields must be set to true.
Whether to count the appearances of people, output counts have 'people' as the key.
bool
setEnablePeopleCounting
At least one of enable_people_counting and enable_vehicle_counting fields must be set to true.
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

