enablePeopleCounting property

  1. @TagNumber(1)
bool get enablePeopleCounting

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.

Implementation

@$pb.TagNumber(1)
$core.bool get enablePeopleCounting => $_getBF(0);
  1. @TagNumber(1)
set enablePeopleCounting (bool v)

Implementation

@$pb.TagNumber(1)
set enablePeopleCounting($core.bool v) { $_setBool(0, v); }