returnUncroppedImage property
If set to true
, an original (uncropped) image will be received,
which is sent for recognition.
Implementation
bool? get returnUncroppedImage => _returnUncroppedImage;
Implementation
set returnUncroppedImage(bool? val) {
_returnUncroppedImage = val;
_setProcessParams({"returnUncroppedImage": val}, this);
}