Interface OccupancyCountConfigOrBuilder (0.14.1)

public interface OccupancyCountConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableDwellingTimeTracking()

public abstract boolean getEnableDwellingTimeTracking()

Whether to track each invidual object's loitering time inside the scene or specific zone.

bool enable_dwelling_time_tracking = 3;

Returns
TypeDescription
boolean

The enableDwellingTimeTracking.

getEnablePeopleCounting()

public abstract boolean getEnablePeopleCounting()

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.