documentContourListener property

dynamic Function(DocumentContourScanningResult result) documentContourListener
read / write

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;