|
5 | 5 |
|
6 | 6 | <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
7 | 7 |
|
8 |
| - The version of the OpenAPI document: 6.1.0 |
| 8 | + The version of the OpenAPI document: 6.2.0 |
9 | 9 | Generated by: https://openapi-generator.tech
|
10 | 10 | """
|
11 | 11 |
|
@@ -37,9 +37,9 @@ def __init__(self, api_client=None):
|
37 | 37 | self.api_client = api_client
|
38 | 38 |
|
39 | 39 | def detect(self, detect_request, **kwargs): # noqa: E501
|
40 |
| - """detect # noqa: E501 |
| 40 | + """detect and check quality # noqa: E501 |
41 | 41 |
|
42 |
| - Detect face, evaluate attributes, assess the portrait quality # noqa: E501 |
| 42 | + Use the POST `api/detect` endpoint to analyze images, recognize faces in them, and return cropped and aligned portraits of the detected people. The Face Detection feature lets you: - **Check face image quality**: Assess whether a portrait meets certain standards, for example, ICAO, Schengen visa, USA visa. To perform image quality check, use the `processParam.quality` field. - **Evaluate face attributes**: Estimate the age range of a person; check whether the eyes are occluded, closed, or open; detect a facial expression or smile; see if there are glasses, sunglasses, head coverage, medical mask, etc. To evaluate attributes, add the `processParam.attributes` field. You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and can not be automatically repeated. - By a processing `scenario` that includes certain parameters. You can use predefined scenarios or add custom ones. # noqa: E501 |
43 | 43 | This method makes a synchronous HTTP request by default. To make an
|
44 | 44 | asynchronous HTTP request, please pass async_req=True
|
45 | 45 |
|
@@ -69,9 +69,9 @@ def detect(self, detect_request, **kwargs): # noqa: E501
|
69 | 69 | return self.detect_with_http_info(detect_request, **kwargs) # noqa: E501
|
70 | 70 |
|
71 | 71 | def detect_with_http_info(self, detect_request, **kwargs): # noqa: E501
|
72 |
| - """detect # noqa: E501 |
| 72 | + """detect and check quality # noqa: E501 |
73 | 73 |
|
74 |
| - Detect face, evaluate attributes, assess the portrait quality # noqa: E501 |
| 74 | + Use the POST `api/detect` endpoint to analyze images, recognize faces in them, and return cropped and aligned portraits of the detected people. The Face Detection feature lets you: - **Check face image quality**: Assess whether a portrait meets certain standards, for example, ICAO, Schengen visa, USA visa. To perform image quality check, use the `processParam.quality` field. - **Evaluate face attributes**: Estimate the age range of a person; check whether the eyes are occluded, closed, or open; detect a facial expression or smile; see if there are glasses, sunglasses, head coverage, medical mask, etc. To evaluate attributes, add the `processParam.attributes` field. You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and can not be automatically repeated. - By a processing `scenario` that includes certain parameters. You can use predefined scenarios or add custom ones. # noqa: E501 |
75 | 75 | This method makes a synchronous HTTP request by default. To make an
|
76 | 76 | asynchronous HTTP request, please pass async_req=True
|
77 | 77 |
|
|
0 commit comments