enablePeopleCounting property
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);
Implementation
@$pb.TagNumber(1)
set enablePeopleCounting($core.bool v) { $_setBool(0, v); }