detectAll property

bool detectAll

Defines whether the comparison and detection should apply for all faces found on the image. Defaults to false. When set to false, only the most centered faces are compared and detected. Otherwise, all the faces are compared and detected.

Implementation

bool get detectAll => _detectAll;