menu
flutter_face_api
flutter_face_api.dart
MatchFacesDetection
faces property
faces
dark_mode
light_mode
faces
property
List
<
MatchFacesDetectionFace
>
get
faces
The array of faces detected on the image.
Implementation
List<MatchFacesDetectionFace> get faces => _faces;
flutter_face_api
face_api
MatchFacesDetection
faces property
MatchFacesDetection class