tiltDetectionLevel property

DetectionLevel tiltDetectionLevel
getter/setter pair

The level of allowed detected tilt of the document in the image.

Defines the severity of allowed detected tilt of the document in the image, as defined in DetectionLevel. Values range from off (detection NotAvailable) to higher levels of allowed tilt. low – less sensitive to tilt. high – highly sensitive to tilt.

Default: DetectionLevel.off

Implementation

DetectionLevel tiltDetectionLevel = DetectionLevel.off;