@regulaforensics/facesdk-webclient 6.1.1 → 6.1.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main/index.cjs +1 -1
- package/dist/module/index.js +1 -1
- package/lib/index.d.ts +195 -110
- package/package.json +15 -14
package/lib/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AxiosRequestConfig, AxiosInstance } from "axios";
|
|
2
2
|
/**
|
|
3
|
-
* Regula
|
|
4
|
-
*
|
|
3
|
+
* Regula Face SDK Web API
|
|
4
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
5
5
|
*
|
|
6
6
|
* The version of the OpenAPI document: 6.1.0
|
|
7
7
|
*
|
|
@@ -83,8 +83,8 @@ export class Configuration {
|
|
|
83
83
|
isJsonMime(mime: string): boolean;
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
|
-
* Regula
|
|
87
|
-
*
|
|
86
|
+
* Regula Face SDK Web API
|
|
87
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
88
88
|
*
|
|
89
89
|
* The version of the OpenAPI document: 6.1.0
|
|
90
90
|
*
|
|
@@ -183,8 +183,8 @@ export interface AddImageToPersonRequest {
|
|
|
183
183
|
'limit'?: number;
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
|
-
* Regula
|
|
187
|
-
*
|
|
186
|
+
* Regula Face SDK Web API
|
|
187
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
188
188
|
*
|
|
189
189
|
* The version of the OpenAPI document: 6.1.0
|
|
190
190
|
*
|
|
@@ -239,8 +239,8 @@ export interface AddImageToPersonResponse {
|
|
|
239
239
|
};
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
|
-
* Regula
|
|
243
|
-
*
|
|
242
|
+
* Regula Face SDK Web API
|
|
243
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
244
244
|
*
|
|
245
245
|
* The version of the OpenAPI document: 6.1.0
|
|
246
246
|
*
|
|
@@ -284,8 +284,8 @@ export interface AttributeConfig {
|
|
|
284
284
|
'name'?: FaceAttribute;
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
|
-
* Regula
|
|
288
|
-
*
|
|
287
|
+
* Regula Face SDK Web API
|
|
288
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
289
289
|
*
|
|
290
290
|
* The version of the OpenAPI document: 6.1.0
|
|
291
291
|
*
|
|
@@ -339,8 +339,8 @@ export interface Crop {
|
|
|
339
339
|
'returnOriginalRect'?: boolean;
|
|
340
340
|
}
|
|
341
341
|
/**
|
|
342
|
-
* Regula
|
|
343
|
-
*
|
|
342
|
+
* Regula Face SDK Web API
|
|
343
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
344
344
|
*
|
|
345
345
|
* The version of the OpenAPI document: 6.1.0
|
|
346
346
|
*
|
|
@@ -399,8 +399,8 @@ export interface ProcessParamAttributes {
|
|
|
399
399
|
'config'?: Array<AttributeConfig>;
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
|
-
* Regula
|
|
403
|
-
*
|
|
402
|
+
* Regula Face SDK Web API
|
|
403
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
404
404
|
*
|
|
405
405
|
* The version of the OpenAPI document: 6.1.0
|
|
406
406
|
*
|
|
@@ -547,7 +547,7 @@ export interface ProcessParam {
|
|
|
547
547
|
*/
|
|
548
548
|
export interface DetectRequest {
|
|
549
549
|
/**
|
|
550
|
-
* Session identificator.
|
|
550
|
+
* Session identificator, should be unique for each session.
|
|
551
551
|
* @type {string}
|
|
552
552
|
* @memberof DetectRequest
|
|
553
553
|
*/
|
|
@@ -572,8 +572,8 @@ export interface DetectRequest {
|
|
|
572
572
|
'thumbnails'?: boolean;
|
|
573
573
|
}
|
|
574
574
|
/**
|
|
575
|
-
* Regula
|
|
576
|
-
*
|
|
575
|
+
* Regula Face SDK Web API
|
|
576
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
577
577
|
*
|
|
578
578
|
* The version of the OpenAPI document: 6.1.0
|
|
579
579
|
*
|
|
@@ -604,8 +604,8 @@ export interface DetectionAttributes {
|
|
|
604
604
|
'elapsedTime'?: number;
|
|
605
605
|
}
|
|
606
606
|
/**
|
|
607
|
-
* Regula
|
|
608
|
-
*
|
|
607
|
+
* Regula Face SDK Web API
|
|
608
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
609
609
|
*
|
|
610
610
|
* The version of the OpenAPI document: 6.1.0
|
|
611
611
|
*
|
|
@@ -631,8 +631,8 @@ export const FaceImageQualityGroups: {
|
|
|
631
631
|
};
|
|
632
632
|
export type FaceImageQualityGroups = (typeof FaceImageQualityGroups)[keyof typeof FaceImageQualityGroups];
|
|
633
633
|
/**
|
|
634
|
-
* Regula
|
|
635
|
-
*
|
|
634
|
+
* Regula Face SDK Web API
|
|
635
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
636
636
|
*
|
|
637
637
|
* The version of the OpenAPI document: 6.1.0
|
|
638
638
|
*
|
|
@@ -690,8 +690,8 @@ export interface QualityDetail {
|
|
|
690
690
|
'value'?: number;
|
|
691
691
|
}
|
|
692
692
|
/**
|
|
693
|
-
* Regula
|
|
694
|
-
*
|
|
693
|
+
* Regula Face SDK Web API
|
|
694
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
695
695
|
*
|
|
696
696
|
* The version of the OpenAPI document: 6.1.0
|
|
697
697
|
*
|
|
@@ -821,9 +821,10 @@ export interface Detection {
|
|
|
821
821
|
*/
|
|
822
822
|
'roi': Array<number>;
|
|
823
823
|
/**
|
|
824
|
-
*
|
|
824
|
+
* See `crop` instead.
|
|
825
825
|
* @type {string}
|
|
826
826
|
* @memberof Detection
|
|
827
|
+
* @deprecated
|
|
827
828
|
*/
|
|
828
829
|
'thumbnail'?: string;
|
|
829
830
|
}
|
|
@@ -878,8 +879,8 @@ export interface DetectResponseAllOf {
|
|
|
878
879
|
'results'?: DetectResult;
|
|
879
880
|
}
|
|
880
881
|
/**
|
|
881
|
-
* Regula
|
|
882
|
-
*
|
|
882
|
+
* Regula Face SDK Web API
|
|
883
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
883
884
|
*
|
|
884
885
|
* The version of the OpenAPI document: 6.1.0
|
|
885
886
|
*
|
|
@@ -889,7 +890,7 @@ export interface DetectResponseAllOf {
|
|
|
889
890
|
* Do not edit the class manually.
|
|
890
891
|
*/
|
|
891
892
|
/**
|
|
892
|
-
* The result code, see enum
|
|
893
|
+
* The result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/).
|
|
893
894
|
* @export
|
|
894
895
|
* @enum {string}
|
|
895
896
|
*/
|
|
@@ -933,6 +934,8 @@ export const FaceSDKResultCode: {
|
|
|
933
934
|
readonly FACER_TIMEOUT_LIVENESS_TRANSACTION: 250;
|
|
934
935
|
readonly FACER_FAILED_LIVENESS_TRANSACTION: 251;
|
|
935
936
|
readonly FACER_ABORTED_LIVENESS_TRANSACTION: 252;
|
|
937
|
+
readonly FACER_GENERAL_ERROR: 253;
|
|
938
|
+
readonly FACER_PASSIVE_LIVENESS_FAIL: 254;
|
|
936
939
|
};
|
|
937
940
|
export type FaceSDKResultCode = (typeof FaceSDKResultCode)[keyof typeof FaceSDKResultCode];
|
|
938
941
|
/**
|
|
@@ -954,8 +957,8 @@ export interface FaceSDKResult {
|
|
|
954
957
|
*/
|
|
955
958
|
export type DetectResponse = DetectResponseAllOf & FaceSDKResult;
|
|
956
959
|
/**
|
|
957
|
-
* Regula
|
|
958
|
-
*
|
|
960
|
+
* Regula Face SDK Web API
|
|
961
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
959
962
|
*
|
|
960
963
|
* The version of the OpenAPI document: 6.1.0
|
|
961
964
|
*
|
|
@@ -995,21 +998,22 @@ export interface DetectionFace {
|
|
|
995
998
|
*/
|
|
996
999
|
'roi'?: Array<number>;
|
|
997
1000
|
/**
|
|
998
|
-
*
|
|
1001
|
+
* See `crop` instead.
|
|
999
1002
|
* @type {string}
|
|
1000
1003
|
* @memberof DetectionFace
|
|
1004
|
+
* @deprecated
|
|
1001
1005
|
*/
|
|
1002
1006
|
'thumbnail'?: string;
|
|
1003
1007
|
/**
|
|
1004
|
-
* Base64
|
|
1008
|
+
* Base64-encoded aligned and cropped portrait.
|
|
1005
1009
|
* @type {string}
|
|
1006
1010
|
* @memberof DetectionFace
|
|
1007
1011
|
*/
|
|
1008
1012
|
'crop'?: string;
|
|
1009
1013
|
}
|
|
1010
1014
|
/**
|
|
1011
|
-
* Regula
|
|
1012
|
-
*
|
|
1015
|
+
* Regula Face SDK Web API
|
|
1016
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1013
1017
|
*
|
|
1014
1018
|
* The version of the OpenAPI document: 6.1.0
|
|
1015
1019
|
*
|
|
@@ -1050,8 +1054,8 @@ export interface PersonAllOf {
|
|
|
1050
1054
|
'groups'?: Array<string>;
|
|
1051
1055
|
}
|
|
1052
1056
|
/**
|
|
1053
|
-
* Regula
|
|
1054
|
-
*
|
|
1057
|
+
* Regula Face SDK Web API
|
|
1058
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1055
1059
|
*
|
|
1056
1060
|
* The version of the OpenAPI document: 6.1.0
|
|
1057
1061
|
*
|
|
@@ -1067,11 +1071,17 @@ export interface PersonAllOf {
|
|
|
1067
1071
|
*/
|
|
1068
1072
|
export interface PersonFields {
|
|
1069
1073
|
/**
|
|
1070
|
-
* Person name.
|
|
1074
|
+
* Person\'s name.
|
|
1071
1075
|
* @type {string}
|
|
1072
1076
|
* @memberof PersonFields
|
|
1073
1077
|
*/
|
|
1074
1078
|
'name': string;
|
|
1079
|
+
/**
|
|
1080
|
+
* Person\'s ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.
|
|
1081
|
+
* @type {string}
|
|
1082
|
+
* @memberof PersonFields
|
|
1083
|
+
*/
|
|
1084
|
+
'externalId'?: string;
|
|
1075
1085
|
/**
|
|
1076
1086
|
* A free-form object containing person\'s extended attributes.
|
|
1077
1087
|
* @type {{ [key: string]: object; }}
|
|
@@ -1094,8 +1104,8 @@ export interface PersonFields {
|
|
|
1094
1104
|
*/
|
|
1095
1105
|
export type Person = PersonAllOf & PersonFields;
|
|
1096
1106
|
/**
|
|
1097
|
-
* Regula
|
|
1098
|
-
*
|
|
1107
|
+
* Regula Face SDK Web API
|
|
1108
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1099
1109
|
*
|
|
1100
1110
|
* The version of the OpenAPI document: 6.1.0
|
|
1101
1111
|
*
|
|
@@ -1156,8 +1166,8 @@ export interface Image {
|
|
|
1156
1166
|
};
|
|
1157
1167
|
}
|
|
1158
1168
|
/**
|
|
1159
|
-
* Regula
|
|
1160
|
-
*
|
|
1169
|
+
* Regula Face SDK Web API
|
|
1170
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1161
1171
|
*
|
|
1162
1172
|
* The version of the OpenAPI document: 6.1.0
|
|
1163
1173
|
*
|
|
@@ -1197,7 +1207,7 @@ export type RecognizeImage = Image & RecognizeImageAllOf;
|
|
|
1197
1207
|
*/
|
|
1198
1208
|
export interface PersonWithImagesAllOf {
|
|
1199
1209
|
/**
|
|
1200
|
-
*
|
|
1210
|
+
* Detected Persons.
|
|
1201
1211
|
* @type {Array<RecognizeImage>}
|
|
1202
1212
|
* @memberof PersonWithImagesAllOf
|
|
1203
1213
|
*/
|
|
@@ -1215,7 +1225,7 @@ export type PersonWithImages = Person & PersonWithImagesAllOf;
|
|
|
1215
1225
|
*/
|
|
1216
1226
|
export interface FacesResponseAllOf {
|
|
1217
1227
|
/**
|
|
1218
|
-
*
|
|
1228
|
+
* Detected Persons.
|
|
1219
1229
|
* @type {Array<PersonWithImages>}
|
|
1220
1230
|
* @memberof FacesResponseAllOf
|
|
1221
1231
|
*/
|
|
@@ -1233,8 +1243,54 @@ export interface FacesResponseAllOf {
|
|
|
1233
1243
|
*/
|
|
1234
1244
|
export type FacesResponse = DetectionFace & FacesResponseAllOf;
|
|
1235
1245
|
/**
|
|
1236
|
-
* Regula
|
|
1237
|
-
*
|
|
1246
|
+
* Regula Face SDK Web API
|
|
1247
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1248
|
+
*
|
|
1249
|
+
* The version of the OpenAPI document: 6.1.0
|
|
1250
|
+
*
|
|
1251
|
+
*
|
|
1252
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1253
|
+
* https://openapi-generator.tech
|
|
1254
|
+
* Do not edit the class manually.
|
|
1255
|
+
*/
|
|
1256
|
+
/**
|
|
1257
|
+
* The filter condition, determines the type of comparison to be performed on the `name` values of the Person entity. <br><br>When set to `in`, the `name` values of the Person should match any of the values specified in the `value` list. <br><br>When set to `nin`, the `name` values of the Person should not match any of the values specified in the `value` list.
|
|
1258
|
+
* @export
|
|
1259
|
+
* @enum {string}
|
|
1260
|
+
*/
|
|
1261
|
+
export const FilterOp: {
|
|
1262
|
+
readonly IN: "in";
|
|
1263
|
+
readonly NOT_IN: "nin";
|
|
1264
|
+
};
|
|
1265
|
+
export type FilterOp = (typeof FilterOp)[keyof typeof FilterOp];
|
|
1266
|
+
/**
|
|
1267
|
+
* Allows to filter the search results based on the Person\'s `name`. If enabled, only the search results that meet the filter condition will be returned.
|
|
1268
|
+
* @export
|
|
1269
|
+
* @interface FilterSearchRequest
|
|
1270
|
+
*/
|
|
1271
|
+
export interface FilterSearchRequest {
|
|
1272
|
+
/**
|
|
1273
|
+
*
|
|
1274
|
+
* @type {FilterOp}
|
|
1275
|
+
* @memberof FilterSearchRequest
|
|
1276
|
+
*/
|
|
1277
|
+
'op'?: FilterOp;
|
|
1278
|
+
/**
|
|
1279
|
+
* `name` of the Person.
|
|
1280
|
+
* @type {string}
|
|
1281
|
+
* @memberof FilterSearchRequest
|
|
1282
|
+
*/
|
|
1283
|
+
'field'?: string;
|
|
1284
|
+
/**
|
|
1285
|
+
* The list of `name` values against which the `field` is compared.
|
|
1286
|
+
* @type {Array<string>}
|
|
1287
|
+
* @memberof FilterSearchRequest
|
|
1288
|
+
*/
|
|
1289
|
+
'value'?: Array<string>;
|
|
1290
|
+
}
|
|
1291
|
+
/**
|
|
1292
|
+
* Regula Face SDK Web API
|
|
1293
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1238
1294
|
*
|
|
1239
1295
|
* The version of the OpenAPI document: 6.1.0
|
|
1240
1296
|
*
|
|
@@ -1263,8 +1319,8 @@ export interface GroupAllOf {
|
|
|
1263
1319
|
'createdAt'?: string;
|
|
1264
1320
|
}
|
|
1265
1321
|
/**
|
|
1266
|
-
* Regula
|
|
1267
|
-
*
|
|
1322
|
+
* Regula Face SDK Web API
|
|
1323
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1268
1324
|
*
|
|
1269
1325
|
* The version of the OpenAPI document: 6.1.0
|
|
1270
1326
|
*
|
|
@@ -1313,8 +1369,8 @@ export interface GroupPageAllOf {
|
|
|
1313
1369
|
'items'?: Array<Group>;
|
|
1314
1370
|
}
|
|
1315
1371
|
/**
|
|
1316
|
-
* Regula
|
|
1317
|
-
*
|
|
1372
|
+
* Regula Face SDK Web API
|
|
1373
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1318
1374
|
*
|
|
1319
1375
|
* The version of the OpenAPI document: 6.1.0
|
|
1320
1376
|
*
|
|
@@ -1348,8 +1404,8 @@ export interface Page {
|
|
|
1348
1404
|
*/
|
|
1349
1405
|
export type GroupPage = GroupPageAllOf & Page;
|
|
1350
1406
|
/**
|
|
1351
|
-
* Regula
|
|
1352
|
-
*
|
|
1407
|
+
* Regula Face SDK Web API
|
|
1408
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1353
1409
|
*
|
|
1354
1410
|
* The version of the OpenAPI document: 6.1.0
|
|
1355
1411
|
*
|
|
@@ -1392,7 +1448,7 @@ export interface GroupToCreate {
|
|
|
1392
1448
|
*/
|
|
1393
1449
|
export interface ImageFields {
|
|
1394
1450
|
/**
|
|
1395
|
-
* Session identificator.
|
|
1451
|
+
* Session identificator, should be unique for each session.
|
|
1396
1452
|
* @type {string}
|
|
1397
1453
|
* @memberof ImageFields
|
|
1398
1454
|
*/
|
|
@@ -1410,7 +1466,7 @@ export interface ImageFields {
|
|
|
1410
1466
|
*/
|
|
1411
1467
|
'outputImageParams'?: OutputImageParams;
|
|
1412
1468
|
/**
|
|
1413
|
-
* Whether to detect all faces in the image. If set to false
|
|
1469
|
+
* Whether to detect all faces in the image. If set to `false`, only the most central face is detected.
|
|
1414
1470
|
* @type {boolean}
|
|
1415
1471
|
* @memberof ImageFields
|
|
1416
1472
|
*/
|
|
@@ -1447,8 +1503,8 @@ export interface ImagePageAllOf {
|
|
|
1447
1503
|
*/
|
|
1448
1504
|
export type ImagePage = ImagePageAllOf & Page;
|
|
1449
1505
|
/**
|
|
1450
|
-
* Regula
|
|
1451
|
-
*
|
|
1506
|
+
* Regula Face SDK Web API
|
|
1507
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1452
1508
|
*
|
|
1453
1509
|
* The version of the OpenAPI document: 6.1.0
|
|
1454
1510
|
*
|
|
@@ -1458,7 +1514,7 @@ export type ImagePage = ImagePageAllOf & Page;
|
|
|
1458
1514
|
* Do not edit the class manually.
|
|
1459
1515
|
*/
|
|
1460
1516
|
/**
|
|
1461
|
-
* The type of the image, defines the way the comparison is performed
|
|
1517
|
+
* The type of the image, defines the way the comparison is performed, see the [ImageSource enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/image-source/).
|
|
1462
1518
|
* @export
|
|
1463
1519
|
* @enum {string}
|
|
1464
1520
|
*/
|
|
@@ -1469,8 +1525,30 @@ export const ImageSource: {
|
|
|
1469
1525
|
readonly DOCUMENT_WITH_LIVE: 4;
|
|
1470
1526
|
readonly EXTERNAL: 5;
|
|
1471
1527
|
readonly GHOST: 6;
|
|
1528
|
+
readonly BARCODE: 7;
|
|
1472
1529
|
};
|
|
1473
1530
|
export type ImageSource = (typeof ImageSource)[keyof typeof ImageSource];
|
|
1531
|
+
/**
|
|
1532
|
+
* Regula Face SDK Web API
|
|
1533
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1534
|
+
*
|
|
1535
|
+
* The version of the OpenAPI document: 6.1.0
|
|
1536
|
+
*
|
|
1537
|
+
*
|
|
1538
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1539
|
+
* https://openapi-generator.tech
|
|
1540
|
+
* Do not edit the class manually.
|
|
1541
|
+
*/
|
|
1542
|
+
/**
|
|
1543
|
+
* Liveness detection can be performed in two modes: active `0` and passive `1`. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/liveness/#active-and-passive-modes)
|
|
1544
|
+
* @export
|
|
1545
|
+
* @enum {string}
|
|
1546
|
+
*/
|
|
1547
|
+
export const LivenessType: {
|
|
1548
|
+
readonly ACTIVE: 0;
|
|
1549
|
+
readonly PASSIVE: 1;
|
|
1550
|
+
};
|
|
1551
|
+
export type LivenessType = (typeof LivenessType)[keyof typeof LivenessType];
|
|
1474
1552
|
/**
|
|
1475
1553
|
*
|
|
1476
1554
|
* @export
|
|
@@ -1497,13 +1575,13 @@ export interface MatchAndSearchRequestAllOfImages {
|
|
|
1497
1575
|
*/
|
|
1498
1576
|
export interface MatchAndSearchRequestAllOf {
|
|
1499
1577
|
/**
|
|
1500
|
-
* Session identificator.
|
|
1578
|
+
* Session identificator, should be unique for each session.
|
|
1501
1579
|
* @type {string}
|
|
1502
1580
|
* @memberof MatchAndSearchRequestAllOf
|
|
1503
1581
|
*/
|
|
1504
1582
|
'tag'?: string;
|
|
1505
1583
|
/**
|
|
1506
|
-
*
|
|
1584
|
+
* Person\'s images.
|
|
1507
1585
|
* @type {Array<MatchAndSearchRequestAllOfImages>}
|
|
1508
1586
|
* @memberof MatchAndSearchRequestAllOf
|
|
1509
1587
|
*/
|
|
@@ -1527,13 +1605,13 @@ export type MatchAndSearchRequest = MatchAndSearchRequestAllOf;
|
|
|
1527
1605
|
*/
|
|
1528
1606
|
export interface MatchAndSearchResponseAllOfDetections {
|
|
1529
1607
|
/**
|
|
1530
|
-
*
|
|
1608
|
+
* Detected faces.
|
|
1531
1609
|
* @type {Array<FacesResponse>}
|
|
1532
1610
|
* @memberof MatchAndSearchResponseAllOfDetections
|
|
1533
1611
|
*/
|
|
1534
1612
|
'faces'?: Array<FacesResponse>;
|
|
1535
1613
|
/**
|
|
1536
|
-
* The image index number. Can be given; if not given, the index numbers are set automatically starting from 0
|
|
1614
|
+
* The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.
|
|
1537
1615
|
* @type {number}
|
|
1538
1616
|
* @memberof MatchAndSearchResponseAllOfDetections
|
|
1539
1617
|
*/
|
|
@@ -1552,7 +1630,7 @@ export interface MatchAndSearchResponseAllOfDetections {
|
|
|
1552
1630
|
*/
|
|
1553
1631
|
export interface MatchImageResult {
|
|
1554
1632
|
/**
|
|
1555
|
-
* The image index number. Can be given; if not given, the index numbers are set automatically starting from 0
|
|
1633
|
+
* The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.
|
|
1556
1634
|
* @type {number}
|
|
1557
1635
|
* @memberof MatchImageResult
|
|
1558
1636
|
*/
|
|
@@ -1570,7 +1648,7 @@ export interface MatchImageResult {
|
|
|
1570
1648
|
*/
|
|
1571
1649
|
'first'?: ImageSource;
|
|
1572
1650
|
/**
|
|
1573
|
-
* The image index number. Can be given; if not given, the index numbers are set automatically starting from 0
|
|
1651
|
+
* The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.
|
|
1574
1652
|
* @type {number}
|
|
1575
1653
|
* @memberof MatchImageResult
|
|
1576
1654
|
*/
|
|
@@ -1607,13 +1685,13 @@ export interface MatchImageResult {
|
|
|
1607
1685
|
*/
|
|
1608
1686
|
export interface MatchAndSearchResponseAllOf {
|
|
1609
1687
|
/**
|
|
1610
|
-
*
|
|
1688
|
+
* The match and search results.
|
|
1611
1689
|
* @type {Array<MatchImageResult>}
|
|
1612
1690
|
* @memberof MatchAndSearchResponseAllOf
|
|
1613
1691
|
*/
|
|
1614
1692
|
'results'?: Array<MatchImageResult>;
|
|
1615
1693
|
/**
|
|
1616
|
-
*
|
|
1694
|
+
* Time the processing has taken, ms.
|
|
1617
1695
|
* @type {number}
|
|
1618
1696
|
* @memberof MatchAndSearchResponseAllOf
|
|
1619
1697
|
*/
|
|
@@ -1627,7 +1705,7 @@ export interface MatchAndSearchResponseAllOf {
|
|
|
1627
1705
|
[key: string]: object;
|
|
1628
1706
|
};
|
|
1629
1707
|
/**
|
|
1630
|
-
*
|
|
1708
|
+
* The detection results.
|
|
1631
1709
|
* @type {Array<MatchAndSearchResponseAllOfDetections>}
|
|
1632
1710
|
* @memberof MatchAndSearchResponseAllOf
|
|
1633
1711
|
*/
|
|
@@ -1645,7 +1723,7 @@ export type MatchAndSearchResponse = FaceSDKResult & MatchAndSearchResponseAllOf
|
|
|
1645
1723
|
*/
|
|
1646
1724
|
export interface MatchImage {
|
|
1647
1725
|
/**
|
|
1648
|
-
* The image index number. Can be given; if not given, the index numbers are set automatically starting from 0
|
|
1726
|
+
* The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.
|
|
1649
1727
|
* @type {number}
|
|
1650
1728
|
* @memberof MatchImage
|
|
1651
1729
|
*/
|
|
@@ -1663,7 +1741,7 @@ export interface MatchImage {
|
|
|
1663
1741
|
*/
|
|
1664
1742
|
'data': ImageData;
|
|
1665
1743
|
/**
|
|
1666
|
-
* Whether to detect all faces in the image. If set to false
|
|
1744
|
+
* Whether to detect all faces in the image. If set to `false`, only the most central face is detected.
|
|
1667
1745
|
* @type {boolean}
|
|
1668
1746
|
* @memberof MatchImage
|
|
1669
1747
|
*/
|
|
@@ -1676,13 +1754,13 @@ export interface MatchImage {
|
|
|
1676
1754
|
*/
|
|
1677
1755
|
export interface MatchImageDetection {
|
|
1678
1756
|
/**
|
|
1679
|
-
*
|
|
1757
|
+
* Detected faces.
|
|
1680
1758
|
* @type {Array<DetectionFace>}
|
|
1681
1759
|
* @memberof MatchImageDetection
|
|
1682
1760
|
*/
|
|
1683
1761
|
'faces'?: Array<DetectionFace>;
|
|
1684
1762
|
/**
|
|
1685
|
-
* The image index number. Can be given; if not given, the index numbers are set automatically starting from 0
|
|
1763
|
+
* The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.
|
|
1686
1764
|
* @type {number}
|
|
1687
1765
|
* @memberof MatchImageDetection
|
|
1688
1766
|
*/
|
|
@@ -1695,8 +1773,8 @@ export interface MatchImageDetection {
|
|
|
1695
1773
|
'status': FaceSDKResultCode;
|
|
1696
1774
|
}
|
|
1697
1775
|
/**
|
|
1698
|
-
* Regula
|
|
1699
|
-
*
|
|
1776
|
+
* Regula Face SDK Web API
|
|
1777
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1700
1778
|
*
|
|
1701
1779
|
* The version of the OpenAPI document: 6.1.0
|
|
1702
1780
|
*
|
|
@@ -1706,7 +1784,7 @@ export interface MatchImageDetection {
|
|
|
1706
1784
|
* Do not edit the class manually.
|
|
1707
1785
|
*/
|
|
1708
1786
|
/**
|
|
1709
|
-
*
|
|
1787
|
+
* If set, a Base64-encoded aligned and cropped by the indicated settings portrait is returned in the `crop` field.
|
|
1710
1788
|
* @export
|
|
1711
1789
|
* @interface MatchRequestOutputImageParamsCrop
|
|
1712
1790
|
*/
|
|
@@ -1730,7 +1808,7 @@ export interface MatchRequestOutputImageParamsCrop {
|
|
|
1730
1808
|
*/
|
|
1731
1809
|
'size'?: Array<number>;
|
|
1732
1810
|
/**
|
|
1733
|
-
* The aspect ratio according to which face alignment is performed
|
|
1811
|
+
* The aspect ratio according to which face alignment is performed. See the [FaceImageQualityAlignType enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-image-quality-align-type/). To get a thumbnail with aspect ratio 3:4, set `0`.
|
|
1734
1812
|
* @type {number}
|
|
1735
1813
|
* @memberof MatchRequestOutputImageParamsCrop
|
|
1736
1814
|
*/
|
|
@@ -1770,20 +1848,20 @@ export interface MatchRequestOutputImageParams {
|
|
|
1770
1848
|
*/
|
|
1771
1849
|
export interface MatchRequest {
|
|
1772
1850
|
/**
|
|
1773
|
-
* Session identificator.
|
|
1851
|
+
* Session identificator, should be unique for each session.
|
|
1774
1852
|
* @type {string}
|
|
1775
1853
|
* @memberof MatchRequest
|
|
1776
1854
|
*/
|
|
1777
1855
|
'tag'?: string;
|
|
1778
1856
|
/**
|
|
1779
|
-
*
|
|
1780
|
-
* @type {
|
|
1857
|
+
* Use `outputImageParams.crop` instead.
|
|
1858
|
+
* @type {any}
|
|
1781
1859
|
* @memberof MatchRequest
|
|
1782
1860
|
* @deprecated
|
|
1783
1861
|
*/
|
|
1784
|
-
'thumbnails'?:
|
|
1862
|
+
'thumbnails'?: any;
|
|
1785
1863
|
/**
|
|
1786
|
-
*
|
|
1864
|
+
* All images included in the comparison.
|
|
1787
1865
|
* @type {Array<MatchImage>}
|
|
1788
1866
|
* @memberof MatchRequest
|
|
1789
1867
|
*/
|
|
@@ -1802,13 +1880,13 @@ export interface MatchRequest {
|
|
|
1802
1880
|
*/
|
|
1803
1881
|
export interface MatchResponseAllOf {
|
|
1804
1882
|
/**
|
|
1805
|
-
* The
|
|
1883
|
+
* The detection results.
|
|
1806
1884
|
* @type {Array<MatchImageDetection>}
|
|
1807
1885
|
* @memberof MatchResponseAllOf
|
|
1808
1886
|
*/
|
|
1809
1887
|
'detections'?: Array<MatchImageDetection>;
|
|
1810
1888
|
/**
|
|
1811
|
-
* The
|
|
1889
|
+
* The comparison results.
|
|
1812
1890
|
* @type {Array<MatchImageResult>}
|
|
1813
1891
|
* @memberof MatchResponseAllOf
|
|
1814
1892
|
*/
|
|
@@ -1828,8 +1906,8 @@ export interface MatchResponseAllOf {
|
|
|
1828
1906
|
*/
|
|
1829
1907
|
export type MatchResponse = FaceSDKResult & MatchResponseAllOf;
|
|
1830
1908
|
/**
|
|
1831
|
-
* Regula
|
|
1832
|
-
*
|
|
1909
|
+
* Regula Face SDK Web API
|
|
1910
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1833
1911
|
*
|
|
1834
1912
|
* The version of the OpenAPI document: 6.1.0
|
|
1835
1913
|
*
|
|
@@ -1872,8 +1950,8 @@ export interface OperationLog {
|
|
|
1872
1950
|
};
|
|
1873
1951
|
}
|
|
1874
1952
|
/**
|
|
1875
|
-
* Regula
|
|
1876
|
-
*
|
|
1953
|
+
* Regula Face SDK Web API
|
|
1954
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1877
1955
|
*
|
|
1878
1956
|
* The version of the OpenAPI document: 6.1.0
|
|
1879
1957
|
*
|
|
@@ -1889,7 +1967,13 @@ export interface OperationLog {
|
|
|
1889
1967
|
*/
|
|
1890
1968
|
export interface PersonToUpdateFields {
|
|
1891
1969
|
/**
|
|
1892
|
-
* Person
|
|
1970
|
+
* Person\'s ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.
|
|
1971
|
+
* @type {string}
|
|
1972
|
+
* @memberof PersonToUpdateFields
|
|
1973
|
+
*/
|
|
1974
|
+
'externalId'?: string;
|
|
1975
|
+
/**
|
|
1976
|
+
* Person\'s name.
|
|
1893
1977
|
* @type {string}
|
|
1894
1978
|
* @memberof PersonToUpdateFields
|
|
1895
1979
|
*/
|
|
@@ -1928,8 +2012,8 @@ export interface PersonsPageAllOf {
|
|
|
1928
2012
|
*/
|
|
1929
2013
|
export type PersonsPage = Page & PersonsPageAllOf;
|
|
1930
2014
|
/**
|
|
1931
|
-
* Regula
|
|
1932
|
-
*
|
|
2015
|
+
* Regula Face SDK Web API
|
|
2016
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1933
2017
|
*
|
|
1934
2018
|
* The version of the OpenAPI document: 6.1.0
|
|
1935
2019
|
*
|
|
@@ -1964,8 +2048,8 @@ export interface SearchBadParams {
|
|
|
1964
2048
|
'type'?: string;
|
|
1965
2049
|
}
|
|
1966
2050
|
/**
|
|
1967
|
-
* Regula
|
|
1968
|
-
*
|
|
2051
|
+
* Regula Face SDK Web API
|
|
2052
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
1969
2053
|
*
|
|
1970
2054
|
* The version of the OpenAPI document: 6.1.0
|
|
1971
2055
|
*
|
|
@@ -2048,8 +2132,8 @@ export interface SearchDetection {
|
|
|
2048
2132
|
'versionSDK'?: string;
|
|
2049
2133
|
}
|
|
2050
2134
|
/**
|
|
2051
|
-
* Regula
|
|
2052
|
-
*
|
|
2135
|
+
* Regula Face SDK Web API
|
|
2136
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
2053
2137
|
*
|
|
2054
2138
|
* The version of the OpenAPI document: 6.1.0
|
|
2055
2139
|
*
|
|
@@ -2097,6 +2181,12 @@ export interface SearchParameters {
|
|
|
2097
2181
|
* @memberof SearchParameters
|
|
2098
2182
|
*/
|
|
2099
2183
|
'groupIds'?: Array<string>;
|
|
2184
|
+
/**
|
|
2185
|
+
*
|
|
2186
|
+
* @type {FilterSearchRequest}
|
|
2187
|
+
* @memberof SearchParameters
|
|
2188
|
+
*/
|
|
2189
|
+
'filter'?: FilterSearchRequest;
|
|
2100
2190
|
}
|
|
2101
2191
|
/**
|
|
2102
2192
|
* Person data.
|
|
@@ -2170,7 +2260,7 @@ export interface SearchResult {
|
|
|
2170
2260
|
*/
|
|
2171
2261
|
'groups'?: Array<string> | null;
|
|
2172
2262
|
/**
|
|
2173
|
-
* Person name.
|
|
2263
|
+
* Person\'s name.
|
|
2174
2264
|
* @type {string}
|
|
2175
2265
|
* @memberof SearchResult
|
|
2176
2266
|
*/
|
|
@@ -2182,19 +2272,8 @@ export interface SearchResult {
|
|
|
2182
2272
|
*/
|
|
2183
2273
|
'metadata'?: {
|
|
2184
2274
|
[key: string]: object;
|
|
2185
|
-
}
|
|
2275
|
+
};
|
|
2186
2276
|
}
|
|
2187
|
-
/**
|
|
2188
|
-
* Regula FaceSDK Web API
|
|
2189
|
-
* [Download OpenAPI specification](https://github.com/regulaforensics/FaceSDK-web-openapi) ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
2190
|
-
*
|
|
2191
|
-
* The version of the OpenAPI document: 6.1.0
|
|
2192
|
-
*
|
|
2193
|
-
*
|
|
2194
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2195
|
-
* https://openapi-generator.tech
|
|
2196
|
-
* Do not edit the class manually.
|
|
2197
|
-
*/
|
|
2198
2277
|
/**
|
|
2199
2278
|
*
|
|
2200
2279
|
* @export
|
|
@@ -2202,19 +2281,19 @@ export interface SearchResult {
|
|
|
2202
2281
|
*/
|
|
2203
2282
|
export interface TransactionInfo {
|
|
2204
2283
|
/**
|
|
2205
|
-
* Result code,
|
|
2284
|
+
* Result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/).
|
|
2206
2285
|
* @type {number}
|
|
2207
2286
|
* @memberof TransactionInfo
|
|
2208
2287
|
*/
|
|
2209
2288
|
'code'?: number;
|
|
2210
2289
|
/**
|
|
2211
|
-
* Whether the liveness detection is confirmed
|
|
2290
|
+
* Whether the liveness detection is confirmed `0` or not `1`.
|
|
2212
2291
|
* @type {number}
|
|
2213
2292
|
* @memberof TransactionInfo
|
|
2214
2293
|
*/
|
|
2215
2294
|
'status'?: number;
|
|
2216
2295
|
/**
|
|
2217
|
-
* Session identificator.
|
|
2296
|
+
* Session identificator, should be unique for each session.
|
|
2218
2297
|
* @type {string}
|
|
2219
2298
|
* @memberof TransactionInfo
|
|
2220
2299
|
*/
|
|
@@ -2253,10 +2332,16 @@ export interface TransactionInfo {
|
|
|
2253
2332
|
'metadata'?: {
|
|
2254
2333
|
[key: string]: object;
|
|
2255
2334
|
};
|
|
2335
|
+
/**
|
|
2336
|
+
*
|
|
2337
|
+
* @type {LivenessType}
|
|
2338
|
+
* @memberof TransactionInfo
|
|
2339
|
+
*/
|
|
2340
|
+
'type'?: LivenessType;
|
|
2256
2341
|
}
|
|
2257
2342
|
/**
|
|
2258
|
-
* Regula
|
|
2259
|
-
*
|
|
2343
|
+
* Regula Face SDK Web API
|
|
2344
|
+
* <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core
|
|
2260
2345
|
*
|
|
2261
2346
|
* The version of the OpenAPI document: 6.1.0
|
|
2262
2347
|
*
|
|
@@ -2372,7 +2457,7 @@ type TDetectResponse = {
|
|
|
2372
2457
|
} & FaceSDKResult;
|
|
2373
2458
|
declare class MatchingApi {
|
|
2374
2459
|
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
2375
|
-
match(compareRequest: MatchRequest, xRequestID
|
|
2460
|
+
match(compareRequest: MatchRequest, xRequestID?: string, options?: AxiosRequestConfig): Promise<MatchResponse>;
|
|
2376
2461
|
detect(detectRequest: DetectRequest, xRequestID?: string, options?: AxiosRequestConfig): Promise<TDetectResponse>;
|
|
2377
2462
|
}
|
|
2378
2463
|
declare class GroupApi {
|
|
@@ -2388,7 +2473,7 @@ declare class GroupApi {
|
|
|
2388
2473
|
declare class PersonApi {
|
|
2389
2474
|
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
2390
2475
|
createPerson(personFields: PersonFields, xRequestID?: string, options?: AxiosRequestConfig): Promise<Person>;
|
|
2391
|
-
addImageToPerson(personId: string, imageFields:
|
|
2476
|
+
addImageToPerson(personId: string, imageFields: AddImageToPersonRequest, xRequestID?: string, options?: AxiosRequestConfig): Promise<Image>;
|
|
2392
2477
|
deleteImageOfPerson(imageId: string, personId: string, xRequestID?: string, options?: AxiosRequestConfig): Promise<void>;
|
|
2393
2478
|
deletePerson(personId: string, xRequestID?: string, options?: AxiosRequestConfig): Promise<void>;
|
|
2394
2479
|
getAllGroupsByPersonId(page: number, size: number, personId: string, xRequestID?: string, options?: AxiosRequestConfig): Promise<GroupPage>;
|