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