File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export interface FaceApi {
7070 */
7171 proxy_type ?: number ;
7272 /**
73- * Minimum age of a child, at which portrait comparison result will be effective . Default: 13.
73+ * The age threshold for the portrait comparison. Default: 13.
7474 * @type {number }
7575 * @memberof FaceApi
7676 */
Original file line number Diff line number Diff line change @@ -50,6 +50,12 @@ export interface LivenessParams {
5050 * @memberof LivenessParams
5151 */
5252 checkBlackAndWhiteCopy ?: boolean ;
53+ /**
54+ * This parameter is used to enable Dynaprint check
55+ * @type {boolean }
56+ * @memberof LivenessParams
57+ */
58+ checkDynaprint ?: boolean ;
5359}
5460
5561
Original file line number Diff line number Diff line change @@ -2587,7 +2587,15 @@ export enum TextFieldType {
25872587 /**
25882588 * EF.CardAccess
25892589 */
2590- EF_CARD_ACCESS = 692
2590+ EF_CARD_ACCESS = 692 ,
2591+ /**
2592+ * Short flight number
2593+ */
2594+ SHORT_FLIGHT_NUMBER = 693 ,
2595+ /**
2596+ * Airline code
2597+ */
2598+ AIRLINE_CODE = 694
25912599}
25922600
25932601
You can’t perform that action at this time.
0 commit comments