tiltDetectionLevel property
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.mid
Implementation
DetectionLevel tiltDetectionLevel = DetectionLevel.mid;