documentContourListener property

dynamic Function(DocumentContourScanningResult result) documentContourListener
getter/setter pair

The callback that will be called each time some contour is detected. Or when the status of detection quality is changed

Implementation

Function(DocumentContourScanningResult result) documentContourListener;