Enum DocumentDetectionStatus
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
SDK abstract Document Detection Status.
public enum DocumentDetectionStatus
- Extension Methods
Fields
ErrorNothingDetected = 6
There was no discernible document in the frame.
ErrorTooDark = 7
The frame was too dark.
ErrorTooNoisy = 8
The frame was too noisy.
LastOkStatus = 5
NotAcquired = 9
The status is unknown, detection has not yet happened.
Ok = 0
Detection was successful.
OkBarcode = 1
OkButBadAngles = 3
Detection was successful, but the detected frame is too skewed. See ScanbotScannerPage.AcceptedAngleScore.
OkButBadAspectRatio = 4
Detection was successful, but the frame should be turned 90 degrees.
OkButTooSmall = 2
Detection was successful, but the detected frame does not have the minimum accepted size. See ScanbotScannerPage.AcceptedSizeScore.
OkOffCenter = 5
A polygon was detected, but its center is too far away from the image center.
Unknown = 10
The status is unknown. We don't know what's going on