public interface PersonVehicleDetectionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnablePeopleCounting()
public abstract boolean 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 enable_people_counting = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enablePeopleCounting. |
getEnableVehicleCounting()
public abstract boolean getEnableVehicleCounting()Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
bool enable_vehicle_counting = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableVehicleCounting. |