We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3afc78 + 31e35dd commit fc81eacCopy full SHA for fc81eac
1 file changed
src/models/security-feature-type.ts
@@ -241,7 +241,23 @@ export enum SecurityFeatureType {
241
/**
242
* Sex check
243
*/
244
- SEX_CHECK = 57
+ SEX_CHECK = 57,
245
+ /**
246
+ * RFID vs ghost portrait comparison
247
+ */
248
+ PORTRAIT_COMPARISON_RFID_VS_GHOST = 58,
249
250
+ * Barcode vs ghost portrait comparison
251
252
+ PORTRAIT_COMPARISON_BARCODE_VS_GHOST = 59,
253
254
+ * Ghost vs live camera portrait comparison
255
256
+ PORTRAIT_COMPARISON_GHOST_VS_LIVE = 60,
257
258
+ * External vs ghost portrait comparison
259
260
+ PORTRAIT_COMPARISON_EXT_VS_GHOST = 61
261
}
262
263
0 commit comments