maxDetectedFaces property

int maxDetectedFaces

Implementation

int get maxDetectedFaces => js_util.getProperty(this, 'maxDetectedFaces');
void maxDetectedFaces=(int newValue)

Implementation

set maxDetectedFaces(int newValue) {
  js_util.setProperty(this, 'maxDetectedFaces', newValue);
}