PersonVehicleDetectionConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Message describing PersonVehicleDetectionConfig.
Attributes |
|
|---|---|
| Name | Description |
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. |