faces property
      
      List<MatchFacesDetectionFace> 
      get
      faces
      
    
    
The array of faces detected on the image.
Implementation
List<MatchFacesDetectionFace> get faces => _faces;The array of faces detected on the image.
List<MatchFacesDetectionFace> get faces => _faces;