recordScanningProcess property
If set to true
, video during processing of the document will be recorded.
This can be used later for debugging and troubleshooting.
Default: false
.
Implementation
bool? get recordScanningProcess => _recordScanningProcess;
Implementation
set recordScanningProcess(bool? val) {
_recordScanningProcess = val;
_setFunctionality({"recordScanningProcess": val}, this);
}