blurDetectionLevel property

DetectionLevel blurDetectionLevel
getter/setter pair

The level of blur detection in the document image.

Defines the severity of blur detected in the document image, as defined in DetectionLevel. Values range from off (detection NotAvailable) to higher levels of blur detection.

low – less sensitive to blur; if something is detected as blur, it is almost certainly actual blur, but some amount of blur may not be detected at all. high – highly sensitive to blur; it may detect as blur even something that only resembles blur.

Default: DetectionLevel.mid

Implementation

DetectionLevel blurDetectionLevel = DetectionLevel.mid;