Skip to content

Commit 8a32f23

Browse files
SP-18211 - Update authenticity result type enum, authenticity discriminator
1 parent 6bab46a commit 8a32f23

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

authenticity/e-result-type.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ components:
77
format: int64
88
description: "Enumeration describes available authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/."
99
enum:
10-
- 0
1110
- 1
1211
- 2
1312
- 4
@@ -16,13 +15,10 @@ components:
1615
- 32
1716
- 64
1817
- 128
19-
- 256
2018
- 512
2119
- 1024
22-
- 2048
2320
- 4096
2421
- 8192
25-
- 16384
2622
- 32768
2723
- 65536
2824
- 131072
@@ -33,7 +29,6 @@ components:
3329
- 4194304
3430
- 8388608
3531
- 16777216
36-
- 2147483648
3732
x-enum-descriptions:
3833
- "No authenticity control procedure"
3934
- "Document luminescence check in UV light"
@@ -63,7 +58,6 @@ components:
6358
- "Encrypted IPI"
6459
- "Flag for status-only authenticity"
6560
x-enum-varnames:
66-
- "NONE"
6761
- "UV_LUMINESCENCE"
6862
- "IR_B900"
6963
- "IMAGE_PATTERN"
@@ -72,13 +66,10 @@ components:
7266
- "IR_VISIBILITY"
7367
- "OCR_SECURITY_TEXT"
7468
- "IPI"
75-
- "IR_PHOTO"
7669
- "PHOTO_EMBED_TYPE"
7770
- "OVI"
78-
- "IR_LUMINESCENCE"
7971
- "HOLOGRAMS"
8072
- "PHOTO_AREA"
81-
- "UV_BACKGROUND"
8273
- "PORTRAIT_COMPARISON"
8374
- "BARCODE_FORMAT_CHECK"
8475
- "KINEGRAM"
@@ -89,4 +80,3 @@ components:
8980
- "EXTENDED_OCR_CHECK"
9081
- "EXTENDED_MRZ_CHECK"
9182
- "ENCRYPTED_IPI"
92-
- "STATUS_ONLY"

rt-authenticity.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,10 @@ components:
108108
32: "IdentResult"
109109
64: "OCRSecurityTextResult"
110110
128: "PhotoIdentResult"
111-
256: "PhotoIdentResult"
112111
512: "SecurityFeatureResult"
113112
1024: "IdentResult"
114-
2048: "IdentResult"
115113
4096: "SecurityFeatureResult"
116114
8192: "SecurityFeatureResult"
117-
16384: "FiberResult"
118115
32768: "IdentResult"
119116
65536: "SecurityFeatureResult"
120117
131072: "IdentResult"
@@ -125,7 +122,6 @@ components:
125122
4194304: "SecurityFeatureResult"
126123
8388608: "SecurityFeatureResult"
127124
16777216: "OCRSecurityTextResult"
128-
2147483648: "SecurityFeatureResult"
129125

130126
AreaContainer:
131127
title: "AreaContainer"

0 commit comments

Comments
 (0)