DetectFacesRequest constructor
DetectFacesRequest(
- Uint8List image,
- DetectFacesConfig config, {
- String? tag,
Implementation
DetectFacesRequest(
Uint8List image,
DetectFacesConfig config, {
String? tag,
}) : _image = image,
_configuration = config,
_tag = tag;