enablePeopleCounting property

  1. @TagNumber(1)
bool enablePeopleCounting

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)
void enablePeopleCounting=(bool v)

Implementation

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