Interface PersonVehicleDetectionConfigOrBuilder (0.15.0)

public interface PersonVehicleDetectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
boolean

The enableVehicleCounting.