We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aaab66 + 7e1dc52 commit 1141ac1Copy full SHA for 1141ac1
client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureType.java
@@ -195,7 +195,19 @@ public enum SecurityFeatureType {
195
AGE_CHECK(56),
196
197
/** Sex check */
198
- SEX_CHECK(57);
+ SEX_CHECK(57),
199
+
200
+ /** RFID vs ghost portrait comparison */
201
+ PORTRAIT_COMPARISON_RFID_VS_GHOST(58),
202
203
+ /** Barcode vs ghost portrait comparison */
204
+ PORTRAIT_COMPARISON_BARCODE_VS_GHOST(59),
205
206
+ /** Ghost vs live camera portrait comparison */
207
+ PORTRAIT_COMPARISON_GHOST_VS_LIVE(60),
208
209
+ /** External vs ghost portrait comparison */
210
+ PORTRAIT_COMPARISON_EXT_VS_GHOST(61);
211
212
private Integer value;
213
0 commit comments