File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/Regula.DocumentReader.WebClient/Model Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public class AuthenticityResultType
55
55
56
56
public const int PHOTO_EMBED_TYPE = 512 ;
57
57
58
+ public const int OVI = 1024 ;
58
59
59
60
public const int HOLOGRAMS = 4096 ;
60
61
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ public static SecurityFeatureChecks HologramsChecks(this AuthenticityCheckList a
56
56
{
57
57
return auth . securityFeatureOrNull ( AuthenticityResultType . HOLOGRAMS ) ;
58
58
}
59
+
60
+ public static SecurityFeatureChecks OVIChecks ( this AuthenticityCheckList auth )
61
+ {
62
+ return auth . securityFeatureOrNull ( AuthenticityResultType . OVI ) ;
63
+ }
59
64
60
65
public static SecurityFeatureChecks ImageAreaChecks ( this AuthenticityCheckList auth )
61
66
{
You can’t perform that action at this time.
0 commit comments