Skip to content

Commit aa34d89

Browse files
actions-userhleb-albau
authored andcommitted
more image quality checks
1 parent 02b28ae commit aa34d89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Regula.DocumentReader.WebClient/Model/ImageQualityCheckType.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,11 @@ public class ImageQualityCheckType
4646
/** Signals if document is not fully present in the image */
4747
public const int Bounds = 5;
4848

49+
/** Signals if an image is captured from screen */
50+
public const int ScreenCapture = 6;
51+
52+
/** Signals if the portrait is present */
53+
public const int Portrait = 7;
54+
4955
}
5056
}

0 commit comments

Comments
 (0)