Skip to content

Commit c23fffa

Browse files
Merge pull request #213 from regulaforensics/658d07da
Commit: 658d07da
2 parents 215a5a7 + a02ffdd commit c23fffa

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

src/models/face-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

src/models/liveness-params.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/models/text-field-type.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)