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