public interface OccupancyCountConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| 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.  |