Skip to content

Commit fc81eac

Browse files
Merge pull request #308 from regulaforensics/c8908c32
Commit: c8908c32
2 parents b3afc78 + 31e35dd commit fc81eac

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

src/models/security-feature-type.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,23 @@ export enum SecurityFeatureType {
241241
/**
242242
* Sex check
243243
*/
244-
SEX_CHECK = 57
244+
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
245261
}
246262

247263

0 commit comments

Comments
 (0)