DetectFacesRequest.cropAllFaces constructor

DetectFacesRequest.cropAllFaces(
  1. Uint8List image
)

Creates a request for cropped portraits of all the people in the image.

Implementation

DetectFacesRequest.cropAllFaces(Uint8List image)
    : _image = image,
      _scenario = DetectFacesScenario.CROP_ALL_FACES;