Table of Contents

Enum DocumentDetectionStatus

Namespace
ScanbotSDK.MAUI.Core.Document
Assembly
ScanbotSDK.Shared.dll
[JsonConverter(typeof(DocumentDetectionStatusConverter))]
public enum DocumentDetectionStatus

Fields

ErrorNothingDetected = 8
ErrorTooDark = 9
ErrorTooNoisy = 10
NotAcquired = 0
Ok = 1
OkButBadAngles = 3
OkButBadAspectRatio = 4
OkButOffCenter = 6
OkButOrientationMismatch = 5
OkButTooDark = 7
OkButTooSmall = 2