diff --git a/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequest.cs b/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequest.cs index f8291f8..d5df7e3 100644 --- a/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequest.cs +++ b/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequest.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequestImage.cs b/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequestImage.cs index c7e604d..65fbec0 100644 --- a/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequestImage.cs +++ b/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonRequestImage.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonResponse.cs b/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonResponse.cs index f3885fb..4cb0244 100644 --- a/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonResponse.cs +++ b/src/Regula.FaceSDK.WebClient/Model/AddImageToPersonResponse.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/AttributeConfig.cs b/src/Regula.FaceSDK.WebClient/Model/AttributeConfig.cs index 25ea71f..d51602d 100644 --- a/src/Regula.FaceSDK.WebClient/Model/AttributeConfig.cs +++ b/src/Regula.FaceSDK.WebClient/Model/AttributeConfig.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/Crop.cs b/src/Regula.FaceSDK.WebClient/Model/Crop.cs index 7c2f400..b3d102d 100644 --- a/src/Regula.FaceSDK.WebClient/Model/Crop.cs +++ b/src/Regula.FaceSDK.WebClient/Model/Crop.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/DetectRequest.cs b/src/Regula.FaceSDK.WebClient/Model/DetectRequest.cs index e5797e9..115bf4b 100644 --- a/src/Regula.FaceSDK.WebClient/Model/DetectRequest.cs +++ b/src/Regula.FaceSDK.WebClient/Model/DetectRequest.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/DetectResponse.cs b/src/Regula.FaceSDK.WebClient/Model/DetectResponse.cs index 645e631..a06ff87 100644 --- a/src/Regula.FaceSDK.WebClient/Model/DetectResponse.cs +++ b/src/Regula.FaceSDK.WebClient/Model/DetectResponse.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/DetectResult.cs b/src/Regula.FaceSDK.WebClient/Model/DetectResult.cs index 1299740..4a76880 100644 --- a/src/Regula.FaceSDK.WebClient/Model/DetectResult.cs +++ b/src/Regula.FaceSDK.WebClient/Model/DetectResult.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/Detection.cs b/src/Regula.FaceSDK.WebClient/Model/Detection.cs index 4fc1392..7fc8b19 100644 --- a/src/Regula.FaceSDK.WebClient/Model/Detection.cs +++ b/src/Regula.FaceSDK.WebClient/Model/Detection.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/DetectionAttributes.cs b/src/Regula.FaceSDK.WebClient/Model/DetectionAttributes.cs index 8e0e2a2..f08a4f2 100644 --- a/src/Regula.FaceSDK.WebClient/Model/DetectionAttributes.cs +++ b/src/Regula.FaceSDK.WebClient/Model/DetectionAttributes.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/DetectionFace.cs b/src/Regula.FaceSDK.WebClient/Model/DetectionFace.cs index 4e49dc4..7614c5f 100644 --- a/src/Regula.FaceSDK.WebClient/Model/DetectionFace.cs +++ b/src/Regula.FaceSDK.WebClient/Model/DetectionFace.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/DetectionQuality.cs b/src/Regula.FaceSDK.WebClient/Model/DetectionQuality.cs index 51a4faf..bb328b2 100644 --- a/src/Regula.FaceSDK.WebClient/Model/DetectionQuality.cs +++ b/src/Regula.FaceSDK.WebClient/Model/DetectionQuality.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceAttribute.cs b/src/Regula.FaceSDK.WebClient/Model/FaceAttribute.cs index 8abe843..8d5e9c2 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceAttribute.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceAttribute.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityAlignType.cs b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityAlignType.cs index 07d8f4a..af4169f 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityAlignType.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityAlignType.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroups.cs b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroups.cs index 11981b2..9312dad 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroups.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroups.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroupsStrings.cs b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroupsStrings.cs index 3aed8d3..7da8501 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroupsStrings.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityGroupsStrings.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityStatus.cs b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityStatus.cs index dd27f9d..bace174 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityStatus.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceImageQualityStatus.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceQualityConfigName.cs b/src/Regula.FaceSDK.WebClient/Model/FaceQualityConfigName.cs index 2c88bcf..978d8dd 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceQualityConfigName.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceQualityConfigName.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceQualityScenarios.cs b/src/Regula.FaceSDK.WebClient/Model/FaceQualityScenarios.cs index 8ae463a..50089f7 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceQualityScenarios.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceQualityScenarios.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceSDKResult.cs b/src/Regula.FaceSDK.WebClient/Model/FaceSDKResult.cs index cb9ea0e..1a8c6b4 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceSDKResult.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceSDKResult.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FaceSDKResultCode.cs b/src/Regula.FaceSDK.WebClient/Model/FaceSDKResultCode.cs index a623833..2a199d5 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FaceSDKResultCode.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FaceSDKResultCode.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -25,9 +25,9 @@ namespace Regula.FaceSDK.WebClient.Model { /// - /// The result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/). Some of the values: - `0`—everything is OK - `1`—image is empty, try again with another image - `2`—face is not detected - `6`—data cannot be decoded as an image + /// The result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/). /// - /// The result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/). Some of the values: - `0`—everything is OK - `1`—image is empty, try again with another image - `2`—face is not detected - `6`—data cannot be decoded as an image + /// The result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/). public enum FaceSDKResultCode { diff --git a/src/Regula.FaceSDK.WebClient/Model/FacesResponse.cs b/src/Regula.FaceSDK.WebClient/Model/FacesResponse.cs index f4d1916..abcaf8d 100644 --- a/src/Regula.FaceSDK.WebClient/Model/FacesResponse.cs +++ b/src/Regula.FaceSDK.WebClient/Model/FacesResponse.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/FilterOp.cs b/src/Regula.FaceSDK.WebClient/Model/FilterOp.cs new file mode 100644 index 0000000..bd851ba --- /dev/null +++ b/src/Regula.FaceSDK.WebClient/Model/FilterOp.cs @@ -0,0 +1,50 @@ +/* + * Regula Face SDK Web API + * + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 + * + * The version of the OpenAPI document: 6.1.0 + * + * Generated by: https://github.com/openapitools/openapi-generator.git + */ + +using System; +using System.Linq; +using System.IO; +using System.Text; +using System.Text.RegularExpressions; +using System.Collections; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Runtime.Serialization; +using Newtonsoft.Json; +using Newtonsoft.Json.Converters; +using System.ComponentModel.DataAnnotations; +using OpenAPIDateConverter = Regula.FaceSDK.WebClient.Client.OpenAPIDateConverter; + +namespace Regula.FaceSDK.WebClient.Model +{ + /// + /// 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. + /// + /// 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. + + [JsonConverter(typeof(StringEnumConverter))] + + public enum FilterOp + { + /// + /// Enum IN for value: in + /// + [EnumMember(Value = "in")] + IN = 1, + + /// + /// Enum NOT_IN for value: nin + /// + [EnumMember(Value = "nin")] + NOT_IN = 2 + + } + +} diff --git a/src/Regula.FaceSDK.WebClient/Model/FilterSearchRequest.cs b/src/Regula.FaceSDK.WebClient/Model/FilterSearchRequest.cs new file mode 100644 index 0000000..c84842f --- /dev/null +++ b/src/Regula.FaceSDK.WebClient/Model/FilterSearchRequest.cs @@ -0,0 +1,159 @@ +/* + * Regula Face SDK Web API + * + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 + * + * The version of the OpenAPI document: 6.1.0 + * + * Generated by: https://github.com/openapitools/openapi-generator.git + */ + +using System; +using System.Linq; +using System.IO; +using System.Text; +using System.Text.RegularExpressions; +using System.Collections; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Runtime.Serialization; +using Newtonsoft.Json; +using Newtonsoft.Json.Converters; +using System.ComponentModel.DataAnnotations; +using OpenAPIDateConverter = Regula.FaceSDK.WebClient.Client.OpenAPIDateConverter; + +namespace Regula.FaceSDK.WebClient.Model +{ + /// + /// 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. + /// + [DataContract] + public partial class FilterSearchRequest : IEquatable, IValidatableObject + { + /// + /// Gets or Sets Op + /// + [DataMember(Name="op", EmitDefaultValue=false)] + public FilterOp? Op { get; set; } + /// + /// Initializes a new instance of the class. + /// + /// op. + /// `name` of the Person.. + /// The list of `name` values against which the `field` is compared.. + public FilterSearchRequest(FilterOp? op = default(FilterOp?), string field = default(string), List value = default(List)) + { + this.Op = op; + this.Field = field; + this.Value = value; + } + + + /// + /// `name` of the Person. + /// + /// `name` of the Person. + [DataMember(Name="field", EmitDefaultValue=false)] + public string Field { get; set; } + + /// + /// The list of `name` values against which the `field` is compared. + /// + /// The list of `name` values against which the `field` is compared. + [DataMember(Name="value", EmitDefaultValue=false)] + public List Value { get; set; } + + /// + /// Returns the string presentation of the object + /// + /// String presentation of the object + public override string ToString() + { + var sb = new StringBuilder(); + sb.Append("class FilterSearchRequest {\n"); + sb.Append(" Op: ").Append(Op).Append("\n"); + sb.Append(" Field: ").Append(Field).Append("\n"); + sb.Append(" Value: ").Append(Value).Append("\n"); + sb.Append("}\n"); + return sb.ToString(); + } + + /// + /// Returns the JSON string presentation of the object + /// + /// JSON string presentation of the object + public virtual string ToJson() + { + return Newtonsoft.Json.JsonConvert.SerializeObject(this, Newtonsoft.Json.Formatting.Indented); + } + + /// + /// Returns true if objects are equal + /// + /// Object to be compared + /// Boolean + public override bool Equals(object input) + { + return this.Equals(input as FilterSearchRequest); + } + + /// + /// Returns true if FilterSearchRequest instances are equal + /// + /// Instance of FilterSearchRequest to be compared + /// Boolean + public bool Equals(FilterSearchRequest input) + { + if (input == null) + return false; + + return + ( + this.Op == input.Op || + (this.Op != null && + this.Op.Equals(input.Op)) + ) && + ( + this.Field == input.Field || + (this.Field != null && + this.Field.Equals(input.Field)) + ) && + ( + this.Value == input.Value || + this.Value != null && + input.Value != null && + this.Value.SequenceEqual(input.Value) + ); + } + + /// + /// Gets the hash code + /// + /// Hash code + public override int GetHashCode() + { + unchecked // Overflow is fine, just wrap + { + int hashCode = 41; + if (this.Op != null) + hashCode = hashCode * 59 + this.Op.GetHashCode(); + if (this.Field != null) + hashCode = hashCode * 59 + this.Field.GetHashCode(); + if (this.Value != null) + hashCode = hashCode * 59 + this.Value.GetHashCode(); + return hashCode; + } + } + + /// + /// To validate all properties of the instance + /// + /// Validation context + /// Validation Result + IEnumerable IValidatableObject.Validate(ValidationContext validationContext) + { + yield break; + } + } + +} diff --git a/src/Regula.FaceSDK.WebClient/Model/Group.cs b/src/Regula.FaceSDK.WebClient/Model/Group.cs index 252d875..dac68af 100644 --- a/src/Regula.FaceSDK.WebClient/Model/Group.cs +++ b/src/Regula.FaceSDK.WebClient/Model/Group.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/GroupPage.cs b/src/Regula.FaceSDK.WebClient/Model/GroupPage.cs index a5900e4..86f2c8c 100644 --- a/src/Regula.FaceSDK.WebClient/Model/GroupPage.cs +++ b/src/Regula.FaceSDK.WebClient/Model/GroupPage.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/GroupResponse.cs b/src/Regula.FaceSDK.WebClient/Model/GroupResponse.cs index 167c0ec..af0ab8a 100644 --- a/src/Regula.FaceSDK.WebClient/Model/GroupResponse.cs +++ b/src/Regula.FaceSDK.WebClient/Model/GroupResponse.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/GroupToCreate.cs b/src/Regula.FaceSDK.WebClient/Model/GroupToCreate.cs index a9bb12e..bf0f44e 100644 --- a/src/Regula.FaceSDK.WebClient/Model/GroupToCreate.cs +++ b/src/Regula.FaceSDK.WebClient/Model/GroupToCreate.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/Image.cs b/src/Regula.FaceSDK.WebClient/Model/Image.cs index f9e08c1..0afebf3 100644 --- a/src/Regula.FaceSDK.WebClient/Model/Image.cs +++ b/src/Regula.FaceSDK.WebClient/Model/Image.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/ImageFields.cs b/src/Regula.FaceSDK.WebClient/Model/ImageFields.cs index bac2512..f310431 100644 --- a/src/Regula.FaceSDK.WebClient/Model/ImageFields.cs +++ b/src/Regula.FaceSDK.WebClient/Model/ImageFields.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/ImagePage.cs b/src/Regula.FaceSDK.WebClient/Model/ImagePage.cs index 9399355..8921b11 100644 --- a/src/Regula.FaceSDK.WebClient/Model/ImagePage.cs +++ b/src/Regula.FaceSDK.WebClient/Model/ImagePage.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/ImageSource.cs b/src/Regula.FaceSDK.WebClient/Model/ImageSource.cs index 42601bd..8ca5320 100644 --- a/src/Regula.FaceSDK.WebClient/Model/ImageSource.cs +++ b/src/Regula.FaceSDK.WebClient/Model/ImageSource.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/LivenessType.cs b/src/Regula.FaceSDK.WebClient/Model/LivenessType.cs new file mode 100644 index 0000000..c5c3bb8 --- /dev/null +++ b/src/Regula.FaceSDK.WebClient/Model/LivenessType.cs @@ -0,0 +1,46 @@ +/* + * Regula Face SDK Web API + * + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 + * + * The version of the OpenAPI document: 6.1.0 + * + * Generated by: https://github.com/openapitools/openapi-generator.git + */ + +using System; +using System.Linq; +using System.IO; +using System.Text; +using System.Text.RegularExpressions; +using System.Collections; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Runtime.Serialization; +using Newtonsoft.Json; +using Newtonsoft.Json.Converters; +using System.ComponentModel.DataAnnotations; +using OpenAPIDateConverter = Regula.FaceSDK.WebClient.Client.OpenAPIDateConverter; + +namespace Regula.FaceSDK.WebClient.Model +{ + /// + /// 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) + /// + /// 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) + + public enum LivenessType + { + /// + /// Enum ACTIVE for value: 0 + /// + ACTIVE = 0, + + /// + /// Enum PASSIVE for value: 1 + /// + PASSIVE = 1 + + } + +} diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequest.cs b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequest.cs index 1c0e896..41a9e1c 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequest.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequest.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequestAllOfImages.cs b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequestAllOfImages.cs index 47d734f..d9ca86e 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequestAllOfImages.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchRequestAllOfImages.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponse.cs b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponse.cs index 879ba60..4ef7a6f 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponse.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponse.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponseAllOfDetections.cs b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponseAllOfDetections.cs index 8c48fa6..42abf3e 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponseAllOfDetections.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchAndSearchResponseAllOfDetections.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchImage.cs b/src/Regula.FaceSDK.WebClient/Model/MatchImage.cs index 4c91bc9..ea24b02 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchImage.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchImage.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchImageDetection.cs b/src/Regula.FaceSDK.WebClient/Model/MatchImageDetection.cs index 44d3f26..05c4d16 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchImageDetection.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchImageDetection.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchImageResult.cs b/src/Regula.FaceSDK.WebClient/Model/MatchImageResult.cs index b01c515..de9b147 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchImageResult.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchImageResult.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchRequest.cs b/src/Regula.FaceSDK.WebClient/Model/MatchRequest.cs index b71559b..1fbd8e8 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchRequest.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchRequest.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParams.cs b/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParams.cs index 8b4ce66..7dc5b62 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParams.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParams.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParamsCrop.cs b/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParamsCrop.cs index 1bab40b..2f12e39 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParamsCrop.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchRequestOutputImageParamsCrop.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -31,9 +31,9 @@ namespace Regula.FaceSDK.WebClient.Model public partial class MatchRequestOutputImageParamsCrop : IEquatable, IValidatableObject { /// - /// 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 dimensions 3x4, set `0`. + /// 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`. /// - /// 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 dimensions 3x4, set `0`. + /// 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`. public enum TypeEnum { /// @@ -64,18 +64,18 @@ public enum TypeEnum } /// - /// 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 dimensions 3x4, set `0`. + /// 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`. /// - /// 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 dimensions 3x4, set `0`. + /// 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`. [DataMember(Name="type", EmitDefaultValue=false)] public TypeEnum? Type { get; set; } /// /// Initializes a new instance of the class. /// /// The RGB value of a color for filling background behind a person's silhouette and for aligning the image.. - /// Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop. Can be used only if the face in the original image is not tilted.. + /// Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop.. /// The resize value in case `type` matches this value. If it doesn't, no resize is performed.. - /// 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 dimensions 3x4, set `0`.. + /// 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`.. public MatchRequestOutputImageParamsCrop(List padColor = default(List), bool returnOriginalRect = default(bool), List size = default(List), TypeEnum? type = default(TypeEnum?)) { this.PadColor = padColor; @@ -92,9 +92,9 @@ public enum TypeEnum public List PadColor { get; set; } /// - /// Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop. Can be used only if the face in the original image is not tilted. + /// Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop. /// - /// Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop. Can be used only if the face in the original image is not tilted. + /// Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop. [DataMember(Name="returnOriginalRect", EmitDefaultValue=false)] public bool ReturnOriginalRect { get; set; } diff --git a/src/Regula.FaceSDK.WebClient/Model/MatchResponse.cs b/src/Regula.FaceSDK.WebClient/Model/MatchResponse.cs index 94ad316..37fa6dc 100644 --- a/src/Regula.FaceSDK.WebClient/Model/MatchResponse.cs +++ b/src/Regula.FaceSDK.WebClient/Model/MatchResponse.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/OperationLog.cs b/src/Regula.FaceSDK.WebClient/Model/OperationLog.cs index d7cb188..344043d 100644 --- a/src/Regula.FaceSDK.WebClient/Model/OperationLog.cs +++ b/src/Regula.FaceSDK.WebClient/Model/OperationLog.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/OutputImageParams.cs b/src/Regula.FaceSDK.WebClient/Model/OutputImageParams.cs index 3471f35..2f0a23b 100644 --- a/src/Regula.FaceSDK.WebClient/Model/OutputImageParams.cs +++ b/src/Regula.FaceSDK.WebClient/Model/OutputImageParams.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/Page.cs b/src/Regula.FaceSDK.WebClient/Model/Page.cs index 8e9a12a..8a63313 100644 --- a/src/Regula.FaceSDK.WebClient/Model/Page.cs +++ b/src/Regula.FaceSDK.WebClient/Model/Page.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/Person.cs b/src/Regula.FaceSDK.WebClient/Model/Person.cs index 55ba7dc..b9bdadc 100644 --- a/src/Regula.FaceSDK.WebClient/Model/Person.cs +++ b/src/Regula.FaceSDK.WebClient/Model/Person.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -39,12 +39,13 @@ protected Person() { } /// Initializes a new instance of the class. /// /// Person's name. (required). + /// 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.. /// A free-form object containing person's extended attributes.. /// List of groups this person belongs to.. /// Person ID. The list of persons is sorted by decreasing ID value.. /// Person creation date.. /// Person update date.. - public Person(string name = default(string), Dictionary metadata = default(Dictionary), List groups = default(List), Guid id = default(Guid), string createdAt = default(string), string updatedAt = default(string)) + public Person(string name = default(string), string externalId = default(string), Dictionary metadata = default(Dictionary), List groups = default(List), Guid id = default(Guid), string createdAt = default(string), string updatedAt = default(string)) { // to ensure "name" is required (not null) if (name == null) @@ -56,6 +57,7 @@ protected Person() { } this.Name = name; } + this.ExternalId = externalId; this.Metadata = metadata; this.Groups = groups; this.Id = id; @@ -70,6 +72,13 @@ protected Person() { } [DataMember(Name="name", EmitDefaultValue=true)] public string Name { get; set; } + /// + /// 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. + /// + /// 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. + [DataMember(Name="externalId", EmitDefaultValue=false)] + public string ExternalId { get; set; } + /// /// A free-form object containing person's extended attributes. /// @@ -114,6 +123,7 @@ public override string ToString() var sb = new StringBuilder(); sb.Append("class Person {\n"); sb.Append(" Name: ").Append(Name).Append("\n"); + sb.Append(" ExternalId: ").Append(ExternalId).Append("\n"); sb.Append(" Metadata: ").Append(Metadata).Append("\n"); sb.Append(" Groups: ").Append(Groups).Append("\n"); sb.Append(" Id: ").Append(Id).Append("\n"); @@ -158,6 +168,11 @@ public bool Equals(Person input) (this.Name != null && this.Name.Equals(input.Name)) ) && + ( + this.ExternalId == input.ExternalId || + (this.ExternalId != null && + this.ExternalId.Equals(input.ExternalId)) + ) && ( this.Metadata == input.Metadata || this.Metadata != null && @@ -198,6 +213,8 @@ public override int GetHashCode() int hashCode = 41; if (this.Name != null) hashCode = hashCode * 59 + this.Name.GetHashCode(); + if (this.ExternalId != null) + hashCode = hashCode * 59 + this.ExternalId.GetHashCode(); if (this.Metadata != null) hashCode = hashCode * 59 + this.Metadata.GetHashCode(); if (this.Groups != null) diff --git a/src/Regula.FaceSDK.WebClient/Model/PersonFields.cs b/src/Regula.FaceSDK.WebClient/Model/PersonFields.cs index 70a1e38..2a23ee8 100644 --- a/src/Regula.FaceSDK.WebClient/Model/PersonFields.cs +++ b/src/Regula.FaceSDK.WebClient/Model/PersonFields.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -39,9 +39,10 @@ protected PersonFields() { } /// Initializes a new instance of the class. /// /// Person's name. (required). + /// 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.. /// A free-form object containing person's extended attributes.. /// Groups a person should be placed to. If no group is specified in request, a Default group is created and the person is placed to it.. - public PersonFields(string name = default(string), Dictionary metadata = default(Dictionary), List groups = default(List)) + public PersonFields(string name = default(string), string externalId = default(string), Dictionary metadata = default(Dictionary), List groups = default(List)) { // to ensure "name" is required (not null) if (name == null) @@ -53,6 +54,7 @@ protected PersonFields() { } this.Name = name; } + this.ExternalId = externalId; this.Metadata = metadata; this.Groups = groups; } @@ -64,6 +66,13 @@ protected PersonFields() { } [DataMember(Name="name", EmitDefaultValue=true)] public string Name { get; set; } + /// + /// 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. + /// + /// 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. + [DataMember(Name="externalId", EmitDefaultValue=false)] + public string ExternalId { get; set; } + /// /// A free-form object containing person's extended attributes. /// @@ -87,6 +96,7 @@ public override string ToString() var sb = new StringBuilder(); sb.Append("class PersonFields {\n"); sb.Append(" Name: ").Append(Name).Append("\n"); + sb.Append(" ExternalId: ").Append(ExternalId).Append("\n"); sb.Append(" Metadata: ").Append(Metadata).Append("\n"); sb.Append(" Groups: ").Append(Groups).Append("\n"); sb.Append("}\n"); @@ -128,6 +138,11 @@ public bool Equals(PersonFields input) (this.Name != null && this.Name.Equals(input.Name)) ) && + ( + this.ExternalId == input.ExternalId || + (this.ExternalId != null && + this.ExternalId.Equals(input.ExternalId)) + ) && ( this.Metadata == input.Metadata || this.Metadata != null && @@ -153,6 +168,8 @@ public override int GetHashCode() int hashCode = 41; if (this.Name != null) hashCode = hashCode * 59 + this.Name.GetHashCode(); + if (this.ExternalId != null) + hashCode = hashCode * 59 + this.ExternalId.GetHashCode(); if (this.Metadata != null) hashCode = hashCode * 59 + this.Metadata.GetHashCode(); if (this.Groups != null) diff --git a/src/Regula.FaceSDK.WebClient/Model/PersonToUpdateFields.cs b/src/Regula.FaceSDK.WebClient/Model/PersonToUpdateFields.cs index 5e32d82..ed76bb5 100644 --- a/src/Regula.FaceSDK.WebClient/Model/PersonToUpdateFields.cs +++ b/src/Regula.FaceSDK.WebClient/Model/PersonToUpdateFields.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -33,16 +33,25 @@ public partial class PersonToUpdateFields : IEquatable, I /// /// Initializes a new instance of the class. /// + /// 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.. /// Person's name.. /// A free-form object containing person's extended attributes.. /// Groups a person should be placed to. If no group is specified in request, a Default group is created and the person is placed to it.. - public PersonToUpdateFields(string name = default(string), Dictionary metadata = default(Dictionary), List groups = default(List)) + public PersonToUpdateFields(string externalId = default(string), string name = default(string), Dictionary metadata = default(Dictionary), List groups = default(List)) { + this.ExternalId = externalId; this.Name = name; this.Metadata = metadata; this.Groups = groups; } + /// + /// 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. + /// + /// 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. + [DataMember(Name="externalId", EmitDefaultValue=false)] + public string ExternalId { get; set; } + /// /// Person's name. /// @@ -72,6 +81,7 @@ public override string ToString() { var sb = new StringBuilder(); sb.Append("class PersonToUpdateFields {\n"); + sb.Append(" ExternalId: ").Append(ExternalId).Append("\n"); sb.Append(" Name: ").Append(Name).Append("\n"); sb.Append(" Metadata: ").Append(Metadata).Append("\n"); sb.Append(" Groups: ").Append(Groups).Append("\n"); @@ -109,6 +119,11 @@ public bool Equals(PersonToUpdateFields input) return false; return + ( + this.ExternalId == input.ExternalId || + (this.ExternalId != null && + this.ExternalId.Equals(input.ExternalId)) + ) && ( this.Name == input.Name || (this.Name != null && @@ -137,6 +152,8 @@ public override int GetHashCode() unchecked // Overflow is fine, just wrap { int hashCode = 41; + if (this.ExternalId != null) + hashCode = hashCode * 59 + this.ExternalId.GetHashCode(); if (this.Name != null) hashCode = hashCode * 59 + this.Name.GetHashCode(); if (this.Metadata != null) diff --git a/src/Regula.FaceSDK.WebClient/Model/PersonWithImages.cs b/src/Regula.FaceSDK.WebClient/Model/PersonWithImages.cs index 1ec3434..26bb0d2 100644 --- a/src/Regula.FaceSDK.WebClient/Model/PersonWithImages.cs +++ b/src/Regula.FaceSDK.WebClient/Model/PersonWithImages.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -40,12 +40,13 @@ protected PersonWithImages() { } /// /// Detected Persons.. /// Person's name. (required). + /// 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.. /// A free-form object containing person's extended attributes.. /// List of groups this person belongs to.. /// Person ID. The list of persons is sorted by decreasing ID value.. /// Person creation date.. /// Person update date.. - public PersonWithImages(List images = default(List), string name = default(string), Dictionary metadata = default(Dictionary), List groups = default(List), Guid id = default(Guid), string createdAt = default(string), string updatedAt = default(string)) + public PersonWithImages(List images = default(List), string name = default(string), string externalId = default(string), Dictionary metadata = default(Dictionary), List groups = default(List), Guid id = default(Guid), string createdAt = default(string), string updatedAt = default(string)) { // to ensure "name" is required (not null) if (name == null) @@ -58,6 +59,7 @@ protected PersonWithImages() { } } this.Images = images; + this.ExternalId = externalId; this.Metadata = metadata; this.Groups = groups; this.Id = id; @@ -79,6 +81,13 @@ protected PersonWithImages() { } [DataMember(Name="name", EmitDefaultValue=true)] public string Name { get; set; } + /// + /// 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. + /// + /// 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. + [DataMember(Name="externalId", EmitDefaultValue=false)] + public string ExternalId { get; set; } + /// /// A free-form object containing person's extended attributes. /// @@ -124,6 +133,7 @@ public override string ToString() sb.Append("class PersonWithImages {\n"); sb.Append(" Images: ").Append(Images).Append("\n"); sb.Append(" Name: ").Append(Name).Append("\n"); + sb.Append(" ExternalId: ").Append(ExternalId).Append("\n"); sb.Append(" Metadata: ").Append(Metadata).Append("\n"); sb.Append(" Groups: ").Append(Groups).Append("\n"); sb.Append(" Id: ").Append(Id).Append("\n"); @@ -174,6 +184,11 @@ public bool Equals(PersonWithImages input) (this.Name != null && this.Name.Equals(input.Name)) ) && + ( + this.ExternalId == input.ExternalId || + (this.ExternalId != null && + this.ExternalId.Equals(input.ExternalId)) + ) && ( this.Metadata == input.Metadata || this.Metadata != null && @@ -216,6 +231,8 @@ public override int GetHashCode() hashCode = hashCode * 59 + this.Images.GetHashCode(); if (this.Name != null) hashCode = hashCode * 59 + this.Name.GetHashCode(); + if (this.ExternalId != null) + hashCode = hashCode * 59 + this.ExternalId.GetHashCode(); if (this.Metadata != null) hashCode = hashCode * 59 + this.Metadata.GetHashCode(); if (this.Groups != null) diff --git a/src/Regula.FaceSDK.WebClient/Model/PersonsPage.cs b/src/Regula.FaceSDK.WebClient/Model/PersonsPage.cs index 20caffd..71670da 100644 --- a/src/Regula.FaceSDK.WebClient/Model/PersonsPage.cs +++ b/src/Regula.FaceSDK.WebClient/Model/PersonsPage.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/ProcessParam.cs b/src/Regula.FaceSDK.WebClient/Model/ProcessParam.cs index ff13dae..885fdd2 100644 --- a/src/Regula.FaceSDK.WebClient/Model/ProcessParam.cs +++ b/src/Regula.FaceSDK.WebClient/Model/ProcessParam.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/ProcessParamAttributes.cs b/src/Regula.FaceSDK.WebClient/Model/ProcessParamAttributes.cs index b810376..0fe5c5b 100644 --- a/src/Regula.FaceSDK.WebClient/Model/ProcessParamAttributes.cs +++ b/src/Regula.FaceSDK.WebClient/Model/ProcessParamAttributes.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/QualityConfig.cs b/src/Regula.FaceSDK.WebClient/Model/QualityConfig.cs index c2c46b0..dc8f9a1 100644 --- a/src/Regula.FaceSDK.WebClient/Model/QualityConfig.cs +++ b/src/Regula.FaceSDK.WebClient/Model/QualityConfig.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/QualityDetail.cs b/src/Regula.FaceSDK.WebClient/Model/QualityDetail.cs index abcfdcc..be181f9 100644 --- a/src/Regula.FaceSDK.WebClient/Model/QualityDetail.cs +++ b/src/Regula.FaceSDK.WebClient/Model/QualityDetail.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/QualityDetailsGroups.cs b/src/Regula.FaceSDK.WebClient/Model/QualityDetailsGroups.cs index 5529c3b..5eb9178 100644 --- a/src/Regula.FaceSDK.WebClient/Model/QualityDetailsGroups.cs +++ b/src/Regula.FaceSDK.WebClient/Model/QualityDetailsGroups.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/QualityRequest.cs b/src/Regula.FaceSDK.WebClient/Model/QualityRequest.cs index 069b7a0..4b5de71 100644 --- a/src/Regula.FaceSDK.WebClient/Model/QualityRequest.cs +++ b/src/Regula.FaceSDK.WebClient/Model/QualityRequest.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/RecognizeImage.cs b/src/Regula.FaceSDK.WebClient/Model/RecognizeImage.cs index 0708247..3a4d908 100644 --- a/src/Regula.FaceSDK.WebClient/Model/RecognizeImage.cs +++ b/src/Regula.FaceSDK.WebClient/Model/RecognizeImage.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/ResizeOptions.cs b/src/Regula.FaceSDK.WebClient/Model/ResizeOptions.cs index 14efa20..fb493bd 100644 --- a/src/Regula.FaceSDK.WebClient/Model/ResizeOptions.cs +++ b/src/Regula.FaceSDK.WebClient/Model/ResizeOptions.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/SearchBadParams.cs b/src/Regula.FaceSDK.WebClient/Model/SearchBadParams.cs index 7d18119..ed96734 100644 --- a/src/Regula.FaceSDK.WebClient/Model/SearchBadParams.cs +++ b/src/Regula.FaceSDK.WebClient/Model/SearchBadParams.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/SearchDetection.cs b/src/Regula.FaceSDK.WebClient/Model/SearchDetection.cs index 281fcaf..b351727 100644 --- a/src/Regula.FaceSDK.WebClient/Model/SearchDetection.cs +++ b/src/Regula.FaceSDK.WebClient/Model/SearchDetection.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/SearchParameters.cs b/src/Regula.FaceSDK.WebClient/Model/SearchParameters.cs index 848d738..64d0638 100644 --- a/src/Regula.FaceSDK.WebClient/Model/SearchParameters.cs +++ b/src/Regula.FaceSDK.WebClient/Model/SearchParameters.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -35,10 +35,12 @@ public partial class SearchParameters : IEquatable, IValidata /// /// createPerson. /// IDs of the groups in which the search is performed.. - public SearchParameters(SearchParametersCreatePerson createPerson = default(SearchParametersCreatePerson), List groupIds = default(List)) + /// filter. + public SearchParameters(SearchParametersCreatePerson createPerson = default(SearchParametersCreatePerson), List groupIds = default(List), FilterSearchRequest filter = default(FilterSearchRequest)) { this.CreatePerson = createPerson; this.GroupIds = groupIds; + this.Filter = filter; } /// @@ -54,6 +56,12 @@ public partial class SearchParameters : IEquatable, IValidata [DataMember(Name="groupIds", EmitDefaultValue=false)] public List GroupIds { get; set; } + /// + /// Gets or Sets Filter + /// + [DataMember(Name="filter", EmitDefaultValue=false)] + public FilterSearchRequest Filter { get; set; } + /// /// Returns the string presentation of the object /// @@ -64,6 +72,7 @@ public override string ToString() sb.Append("class SearchParameters {\n"); sb.Append(" CreatePerson: ").Append(CreatePerson).Append("\n"); sb.Append(" GroupIds: ").Append(GroupIds).Append("\n"); + sb.Append(" Filter: ").Append(Filter).Append("\n"); sb.Append("}\n"); return sb.ToString(); } @@ -108,6 +117,11 @@ public bool Equals(SearchParameters input) this.GroupIds != null && input.GroupIds != null && this.GroupIds.SequenceEqual(input.GroupIds) + ) && + ( + this.Filter == input.Filter || + (this.Filter != null && + this.Filter.Equals(input.Filter)) ); } @@ -124,6 +138,8 @@ public override int GetHashCode() hashCode = hashCode * 59 + this.CreatePerson.GetHashCode(); if (this.GroupIds != null) hashCode = hashCode * 59 + this.GroupIds.GetHashCode(); + if (this.Filter != null) + hashCode = hashCode * 59 + this.Filter.GetHashCode(); return hashCode; } } diff --git a/src/Regula.FaceSDK.WebClient/Model/SearchParametersCreatePerson.cs b/src/Regula.FaceSDK.WebClient/Model/SearchParametersCreatePerson.cs index 32b4bca..1b88b4c 100644 --- a/src/Regula.FaceSDK.WebClient/Model/SearchParametersCreatePerson.cs +++ b/src/Regula.FaceSDK.WebClient/Model/SearchParametersCreatePerson.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/SearchPerson.cs b/src/Regula.FaceSDK.WebClient/Model/SearchPerson.cs index 2f07512..64cf476 100644 --- a/src/Regula.FaceSDK.WebClient/Model/SearchPerson.cs +++ b/src/Regula.FaceSDK.WebClient/Model/SearchPerson.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -39,6 +39,7 @@ protected SearchPerson() { } /// Initializes a new instance of the class. /// /// Person's name. (required). + /// 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.. /// A free-form object containing person's extended attributes.. /// List of groups this person belongs to.. /// Person ID. The list of persons is sorted by decreasing ID value.. @@ -46,7 +47,7 @@ protected SearchPerson() { } /// Person update date.. /// detection. /// Array of Person images.. - public SearchPerson(string name = default(string), Dictionary metadata = default(Dictionary), List groups = default(List), Guid id = default(Guid), string createdAt = default(string), string updatedAt = default(string), SearchDetection detection = default(SearchDetection), List images = default(List)) + public SearchPerson(string name = default(string), string externalId = default(string), Dictionary metadata = default(Dictionary), List groups = default(List), Guid id = default(Guid), string createdAt = default(string), string updatedAt = default(string), SearchDetection detection = default(SearchDetection), List images = default(List)) { // to ensure "name" is required (not null) if (name == null) @@ -58,6 +59,7 @@ protected SearchPerson() { } this.Name = name; } + this.ExternalId = externalId; this.Metadata = metadata; this.Groups = groups; this.Id = id; @@ -74,6 +76,13 @@ protected SearchPerson() { } [DataMember(Name="name", EmitDefaultValue=true)] public string Name { get; set; } + /// + /// 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. + /// + /// 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. + [DataMember(Name="externalId", EmitDefaultValue=false)] + public string ExternalId { get; set; } + /// /// A free-form object containing person's extended attributes. /// @@ -131,6 +140,7 @@ public override string ToString() var sb = new StringBuilder(); sb.Append("class SearchPerson {\n"); sb.Append(" Name: ").Append(Name).Append("\n"); + sb.Append(" ExternalId: ").Append(ExternalId).Append("\n"); sb.Append(" Metadata: ").Append(Metadata).Append("\n"); sb.Append(" Groups: ").Append(Groups).Append("\n"); sb.Append(" Id: ").Append(Id).Append("\n"); @@ -177,6 +187,11 @@ public bool Equals(SearchPerson input) (this.Name != null && this.Name.Equals(input.Name)) ) && + ( + this.ExternalId == input.ExternalId || + (this.ExternalId != null && + this.ExternalId.Equals(input.ExternalId)) + ) && ( this.Metadata == input.Metadata || this.Metadata != null && @@ -228,6 +243,8 @@ public override int GetHashCode() int hashCode = 41; if (this.Name != null) hashCode = hashCode * 59 + this.Name.GetHashCode(); + if (this.ExternalId != null) + hashCode = hashCode * 59 + this.ExternalId.GetHashCode(); if (this.Metadata != null) hashCode = hashCode * 59 + this.Metadata.GetHashCode(); if (this.Groups != null) diff --git a/src/Regula.FaceSDK.WebClient/Model/SearchRequest.cs b/src/Regula.FaceSDK.WebClient/Model/SearchRequest.cs index cdfac27..365cc2e 100644 --- a/src/Regula.FaceSDK.WebClient/Model/SearchRequest.cs +++ b/src/Regula.FaceSDK.WebClient/Model/SearchRequest.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -35,16 +35,18 @@ public partial class SearchRequest : IEquatable, IValidatableObj /// /// createPerson. /// IDs of the groups in which the search is performed.. + /// filter. /// Session identificator, should be unique for each session.. /// image. /// outputImageParams. /// Whether to detect all faces in the image. If set to `false`, only the most central face is detected. (default to false). /// The similarity threshold.. /// The maximum number of results to be returned.. - public SearchRequest(SearchParametersCreatePerson createPerson = default(SearchParametersCreatePerson), List groupIds = default(List), string tag = default(string), AddImageToPersonRequestImage image = default(AddImageToPersonRequestImage), OutputImageParams outputImageParams = default(OutputImageParams), bool detectAll = false, float threshold = default(float), int limit = default(int)) + public SearchRequest(SearchParametersCreatePerson createPerson = default(SearchParametersCreatePerson), List groupIds = default(List), FilterSearchRequest filter = default(FilterSearchRequest), string tag = default(string), AddImageToPersonRequestImage image = default(AddImageToPersonRequestImage), OutputImageParams outputImageParams = default(OutputImageParams), bool detectAll = false, float threshold = default(float), int limit = default(int)) { this.CreatePerson = createPerson; this.GroupIds = groupIds; + this.Filter = filter; this.Tag = tag; this.Image = image; this.OutputImageParams = outputImageParams; @@ -74,6 +76,12 @@ public partial class SearchRequest : IEquatable, IValidatableObj [DataMember(Name="groupIds", EmitDefaultValue=false)] public List GroupIds { get; set; } + /// + /// Gets or Sets Filter + /// + [DataMember(Name="filter", EmitDefaultValue=false)] + public FilterSearchRequest Filter { get; set; } + /// /// Session identificator, should be unique for each session. /// @@ -124,6 +132,7 @@ public override string ToString() sb.Append("class SearchRequest {\n"); sb.Append(" CreatePerson: ").Append(CreatePerson).Append("\n"); sb.Append(" GroupIds: ").Append(GroupIds).Append("\n"); + sb.Append(" Filter: ").Append(Filter).Append("\n"); sb.Append(" Tag: ").Append(Tag).Append("\n"); sb.Append(" Image: ").Append(Image).Append("\n"); sb.Append(" OutputImageParams: ").Append(OutputImageParams).Append("\n"); @@ -175,6 +184,11 @@ public bool Equals(SearchRequest input) input.GroupIds != null && this.GroupIds.SequenceEqual(input.GroupIds) ) && + ( + this.Filter == input.Filter || + (this.Filter != null && + this.Filter.Equals(input.Filter)) + ) && ( this.Tag == input.Tag || (this.Tag != null && @@ -220,6 +234,8 @@ public override int GetHashCode() hashCode = hashCode * 59 + this.CreatePerson.GetHashCode(); if (this.GroupIds != null) hashCode = hashCode * 59 + this.GroupIds.GetHashCode(); + if (this.Filter != null) + hashCode = hashCode * 59 + this.Filter.GetHashCode(); if (this.Tag != null) hashCode = hashCode * 59 + this.Tag.GetHashCode(); if (this.Image != null) diff --git a/src/Regula.FaceSDK.WebClient/Model/SearchResult.cs b/src/Regula.FaceSDK.WebClient/Model/SearchResult.cs index 107163e..dd61665 100644 --- a/src/Regula.FaceSDK.WebClient/Model/SearchResult.cs +++ b/src/Regula.FaceSDK.WebClient/Model/SearchResult.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * diff --git a/src/Regula.FaceSDK.WebClient/Model/TransactionInfo.cs b/src/Regula.FaceSDK.WebClient/Model/TransactionInfo.cs index 0e9f719..2742876 100644 --- a/src/Regula.FaceSDK.WebClient/Model/TransactionInfo.cs +++ b/src/Regula.FaceSDK.WebClient/Model/TransactionInfo.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 * @@ -30,18 +30,24 @@ namespace Regula.FaceSDK.WebClient.Model [DataContract] public partial class TransactionInfo : IEquatable, IValidatableObject { + /// + /// Gets or Sets Type + /// + [DataMember(Name="type", EmitDefaultValue=false)] + public LivenessType? Type { get; set; } /// /// Initializes a new instance of the class. /// - /// Result code, one of the FaceSDKResultCode enum values. See the enum: https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/. - /// Whether the liveness detection is confirmed (0) or not (1).. + /// Result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/).. + /// Whether the liveness detection is confirmed `0` or not `1`.. /// Session identificator, should be unique for each session.. /// Transaction ID, there can be several transactions within one session.. /// Link to the session video, depends on the selected storage type. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/storage/). /// Approximate age with an accuracy of +/-3 years.. /// Link to the portrait, depends on the selected storage type. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/storage/). /// A free-form object containing person's extended attributes.. - public TransactionInfo(int code = default(int), int status = default(int), string tag = default(string), string transactionId = default(string), string video = default(string), List> age = default(List>), string portrait = default(string), Dictionary metadata = default(Dictionary)) + /// type. + public TransactionInfo(int code = default(int), int status = default(int), string tag = default(string), string transactionId = default(string), string video = default(string), List> age = default(List>), string portrait = default(string), Dictionary metadata = default(Dictionary), LivenessType? type = default(LivenessType?)) { this.Code = code; this.Status = status; @@ -51,19 +57,20 @@ public partial class TransactionInfo : IEquatable, IValidatabl this.Age = age; this.Portrait = portrait; this.Metadata = metadata; + this.Type = type; } /// - /// Result code, one of the FaceSDKResultCode enum values. See the enum: https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/ + /// Result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/). /// - /// Result code, one of the FaceSDKResultCode enum values. See the enum: https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/ + /// Result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/). [DataMember(Name="code", EmitDefaultValue=false)] public int Code { get; set; } /// - /// Whether the liveness detection is confirmed (0) or not (1). + /// Whether the liveness detection is confirmed `0` or not `1`. /// - /// Whether the liveness detection is confirmed (0) or not (1). + /// Whether the liveness detection is confirmed `0` or not `1`. [DataMember(Name="status", EmitDefaultValue=false)] public int Status { get; set; } @@ -109,6 +116,7 @@ public partial class TransactionInfo : IEquatable, IValidatabl [DataMember(Name="metadata", EmitDefaultValue=false)] public Dictionary Metadata { get; set; } + /// /// Returns the string presentation of the object /// @@ -125,6 +133,7 @@ public override string ToString() sb.Append(" Age: ").Append(Age).Append("\n"); sb.Append(" Portrait: ").Append(Portrait).Append("\n"); sb.Append(" Metadata: ").Append(Metadata).Append("\n"); + sb.Append(" Type: ").Append(Type).Append("\n"); sb.Append("}\n"); return sb.ToString(); } @@ -200,6 +209,11 @@ public bool Equals(TransactionInfo input) this.Metadata != null && input.Metadata != null && this.Metadata.SequenceEqual(input.Metadata) + ) && + ( + this.Type == input.Type || + (this.Type != null && + this.Type.Equals(input.Type)) ); } @@ -228,6 +242,8 @@ public override int GetHashCode() hashCode = hashCode * 59 + this.Portrait.GetHashCode(); if (this.Metadata != null) hashCode = hashCode * 59 + this.Metadata.GetHashCode(); + if (this.Type != null) + hashCode = hashCode * 59 + this.Type.GetHashCode(); return hashCode; } } diff --git a/src/Regula.FaceSDK.WebClient/Model/UpdateGroup.cs b/src/Regula.FaceSDK.WebClient/Model/UpdateGroup.cs index 2558191..6f74691 100644 --- a/src/Regula.FaceSDK.WebClient/Model/UpdateGroup.cs +++ b/src/Regula.FaceSDK.WebClient/Model/UpdateGroup.cs @@ -1,7 +1,7 @@ /* * Regula Face SDK Web API * - * Regula Face SDK is a cross-platform biometric verification solution for a digital identity verification process. 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: * Face Detection * Face Match (1:1) * Face Search (1:N) * Liveness Assessment Here is the OpenAPI specification on GitHub. ### 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 + * Regula Face SDK 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: * Face detection and image quality assessment * Face match (1:1) * Face search (1:N) * Liveness detection Here is the OpenAPI specification on GitHub. ### 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 * * The version of the OpenAPI document: 6.1.0 *