detections property
List<MatchFacesDetection>
get
detections
Face detection results for each given image.
Implementation
List<MatchFacesDetection> get detections => _detections;
Face detection results for each given image.
List<MatchFacesDetection> get detections => _detections;