maxDetectedFaces property

int get maxDetectedFaces

Implementation

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

Implementation

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