regula-facesdk-webclient 7.2.354.dev0__py3-none-any.whl → 7.2.356.dev0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of regula-facesdk-webclient might be problematic. Click here for more details.
- regula/facesdk/webclient/ext/api/person_api.py +2 -1
- regula/facesdk/webclient/ext/api/sdk.py +1 -1
- regula/facesdk/webclient/ext/models/detect_request.py +0 -3
- regula/facesdk/webclient/ext/models/match_request.py +0 -2
- regula/facesdk/webclient/gen/__init__.py +1 -1
- regula/facesdk/webclient/gen/api/group_api.py +1 -1
- regula/facesdk/webclient/gen/api/healthcheck_api.py +5 -1
- regula/facesdk/webclient/gen/api/liveness_2_0_api.py +139 -1
- regula/facesdk/webclient/gen/api/match_api.py +3 -3
- regula/facesdk/webclient/gen/api/person_api.py +17 -17
- regula/facesdk/webclient/gen/api/search_api.py +8 -1
- regula/facesdk/webclient/gen/api_client.py +1 -1
- regula/facesdk/webclient/gen/configuration.py +2 -2
- regula/facesdk/webclient/gen/exceptions.py +1 -1
- regula/facesdk/webclient/gen/model/add_image_to_person_request.py +1 -1
- regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py +1 -1
- regula/facesdk/webclient/gen/model/add_image_to_person_response.py +1 -1
- regula/facesdk/webclient/gen/model/attribute_config.py +1 -1
- regula/facesdk/webclient/gen/model/attribute_config_list.py +1 -1
- regula/facesdk/webclient/gen/model/crop.py +2 -30
- regula/facesdk/webclient/gen/model/detect_attributes_details.py +150 -0
- regula/facesdk/webclient/gen/model/detect_details_meta.py +178 -0
- regula/facesdk/webclient/gen/model/detect_request.py +48 -20
- regula/facesdk/webclient/gen/model/detect_response.py +1 -1
- regula/facesdk/webclient/gen/model/detect_response_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/detect_result.py +26 -22
- regula/facesdk/webclient/gen/model/detection.py +4 -32
- regula/facesdk/webclient/gen/model/detection_attributes.py +8 -6
- regula/facesdk/webclient/gen/model/detection_face.py +2 -30
- regula/facesdk/webclient/gen/model/detection_quality.py +27 -27
- regula/facesdk/webclient/gen/model/device_info.py +1 -1
- regula/facesdk/webclient/gen/model/face_attribute.py +1 -1
- regula/facesdk/webclient/gen/model/face_image_quality_align_type.py +1 -1
- regula/facesdk/webclient/gen/model/face_image_quality_groups.py +1 -1
- regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py +1 -1
- regula/facesdk/webclient/gen/model/face_image_quality_status.py +1 -1
- regula/facesdk/webclient/gen/model/face_quality_config_name.py +1 -1
- regula/facesdk/webclient/gen/model/face_quality_scenarios.py +5 -2
- regula/facesdk/webclient/gen/model/face_rectangular.py +1 -1
- regula/facesdk/webclient/gen/model/face_sdk_result.py +1 -1
- regula/facesdk/webclient/gen/model/face_sdk_result_code.py +1 -1
- regula/facesdk/webclient/gen/model/faces_response.py +2 -30
- regula/facesdk/webclient/gen/model/faces_response_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/filter_op.py +1 -1
- regula/facesdk/webclient/gen/model/filter_search_request.py +1 -1
- regula/facesdk/webclient/gen/model/group.py +1 -1
- regula/facesdk/webclient/gen/model/group_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/group_page.py +1 -1
- regula/facesdk/webclient/gen/model/group_page_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/group_response.py +1 -1
- regula/facesdk/webclient/gen/model/group_to_create.py +1 -1
- regula/facesdk/webclient/gen/model/image.py +30 -2
- regula/facesdk/webclient/gen/model/image_fields.py +1 -1
- regula/facesdk/webclient/gen/model/image_page.py +1 -1
- regula/facesdk/webclient/gen/model/image_page_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/image_source.py +1 -1
- regula/facesdk/webclient/gen/model/liveness_type.py +1 -1
- regula/facesdk/webclient/gen/model/match_and_search_request.py +58 -2
- regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +58 -2
- regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py +1 -1
- regula/facesdk/webclient/gen/model/match_and_search_response.py +3 -3
- regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py +3 -3
- regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py +1 -1
- regula/facesdk/webclient/gen/model/match_image.py +1 -1
- regula/facesdk/webclient/gen/model/match_image_detection.py +1 -1
- regula/facesdk/webclient/gen/model/match_image_result.py +1 -1
- regula/facesdk/webclient/gen/model/match_request.py +58 -29
- regula/facesdk/webclient/gen/model/match_response.py +1 -1
- regula/facesdk/webclient/gen/model/match_response_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/operation_log.py +1 -1
- regula/facesdk/webclient/gen/model/output_image_params.py +1 -1
- regula/facesdk/webclient/gen/model/page.py +1 -1
- regula/facesdk/webclient/gen/model/person.py +20 -19
- regula/facesdk/webclient/gen/model/person_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/person_fields.py +20 -19
- regula/facesdk/webclient/gen/model/person_to_update_fields.py +1 -1
- regula/facesdk/webclient/gen/model/person_with_images.py +20 -19
- regula/facesdk/webclient/gen/model/person_with_images_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/persons_page.py +1 -1
- regula/facesdk/webclient/gen/model/persons_page_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/persons_request.py +291 -0
- regula/facesdk/webclient/gen/model/persons_request_all_of.py +150 -0
- regula/facesdk/webclient/gen/model/process_param.py +1 -1
- regula/facesdk/webclient/gen/model/process_param_attributes.py +1 -1
- regula/facesdk/webclient/gen/model/quality_config.py +3 -3
- regula/facesdk/webclient/gen/model/quality_config_list.py +1 -1
- regula/facesdk/webclient/gen/model/quality_detail.py +5 -5
- regula/facesdk/webclient/gen/model/quality_details_groups.py +1 -1
- regula/facesdk/webclient/gen/model/quality_request.py +1 -1
- regula/facesdk/webclient/gen/model/recognize_image.py +30 -2
- regula/facesdk/webclient/gen/model/recognize_image_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/resize_options.py +1 -1
- regula/facesdk/webclient/gen/model/rgb.py +1 -1
- regula/facesdk/webclient/gen/model/search_bad_params.py +1 -1
- regula/facesdk/webclient/gen/model/search_detection.py +1 -1
- regula/facesdk/webclient/gen/model/search_parameters.py +1 -1
- regula/facesdk/webclient/gen/model/search_parameters_create_person.py +1 -1
- regula/facesdk/webclient/gen/model/search_person.py +20 -19
- regula/facesdk/webclient/gen/model/search_person_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/search_request.py +58 -2
- regula/facesdk/webclient/gen/model/search_result.py +2 -165
- regula/facesdk/webclient/gen/model/transaction_info.py +1 -1
- regula/facesdk/webclient/gen/model/update_group.py +1 -1
- regula/facesdk/webclient/gen/model_utils.py +1 -1
- regula/facesdk/webclient/gen/models/__init__.py +4 -0
- regula/facesdk/webclient/gen/rest.py +1 -1
- {regula_facesdk_webclient-7.2.354.dev0.dist-info → regula_facesdk_webclient-7.2.356.dev0.dist-info}/METADATA +1 -1
- regula_facesdk_webclient-7.2.356.dev0.dist-info/RECORD +137 -0
- regula_facesdk_webclient-7.2.354.dev0.dist-info/RECORD +0 -133
- {regula_facesdk_webclient-7.2.354.dev0.dist-info → regula_facesdk_webclient-7.2.356.dev0.dist-info}/WHEEL +0 -0
- {regula_facesdk_webclient-7.2.354.dev0.dist-info → regula_facesdk_webclient-7.2.356.dev0.dist-info}/top_level.txt +0 -0
|
@@ -8,6 +8,7 @@ from regula.facesdk.webclient.gen.model.image_fields_image import ImageFieldsIma
|
|
|
8
8
|
from regula.facesdk.webclient.gen.model.image_page import ImagePage
|
|
9
9
|
from regula.facesdk.webclient.gen.model.person import Person
|
|
10
10
|
from regula.facesdk.webclient.gen.model.person_fields import PersonFields
|
|
11
|
+
from regula.facesdk.webclient.gen.model.persons_request import PersonsRequest
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
class PersonApi(GenPersonApi):
|
|
@@ -19,7 +20,7 @@ class PersonApi(GenPersonApi):
|
|
|
19
20
|
image = ImageFields(image=ImageFieldsImage(content_type, base_image))
|
|
20
21
|
return super().add_image_to_person(person_id, image, **kwargs)
|
|
21
22
|
|
|
22
|
-
def create_person(self, person_fields:
|
|
23
|
+
def create_person(self, person_fields: PersonsRequest, **kwargs) -> Person:
|
|
23
24
|
if person_fields.metadata is None:
|
|
24
25
|
person_fields.metadata = {}
|
|
25
26
|
return super().create_person(person_fields, **kwargs)
|
|
@@ -6,7 +6,7 @@ from regula.facesdk.webclient.gen import ApiClient, Configuration
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
class FaceSdk:
|
|
9
|
-
def __init__(self, host=None, debug=None, verify_ssl=
|
|
9
|
+
def __init__(self, host=None, debug=None, verify_ssl=True, api_client=None):
|
|
10
10
|
if api_client:
|
|
11
11
|
self.__api_client = api_client
|
|
12
12
|
else:
|
|
@@ -11,8 +11,6 @@ class DetectRequest(GetDetectRequest):
|
|
|
11
11
|
self,
|
|
12
12
|
image: Union[Base64String, bytes],
|
|
13
13
|
process_param: ProcessParam = None,
|
|
14
|
-
only_central_face=False,
|
|
15
|
-
thumbnails=False,
|
|
16
14
|
local_vars_configuration=None,
|
|
17
15
|
tag=None,
|
|
18
16
|
|
|
@@ -25,7 +23,6 @@ class DetectRequest(GetDetectRequest):
|
|
|
25
23
|
|
|
26
24
|
super().__init__(
|
|
27
25
|
image=image,
|
|
28
|
-
thumbnails=thumbnails,
|
|
29
26
|
local_vars_configuration=local_vars_configuration,
|
|
30
27
|
tag=tag,
|
|
31
28
|
process_param=process_param
|
|
@@ -10,7 +10,6 @@ class MatchRequest(GenMatchRequest):
|
|
|
10
10
|
def __init__(
|
|
11
11
|
self,
|
|
12
12
|
images: List[Union[MatchImage, Base64String, bytes]],
|
|
13
|
-
thumbnails=False,
|
|
14
13
|
local_vars_configuration=None,
|
|
15
14
|
output_image_params=None,
|
|
16
15
|
tag=None
|
|
@@ -29,6 +28,5 @@ class MatchRequest(GenMatchRequest):
|
|
|
29
28
|
images=input_images,
|
|
30
29
|
local_vars_configuration=local_vars_configuration,
|
|
31
30
|
output_image_params=output_image_params,
|
|
32
|
-
thumbnails=thumbnails,
|
|
33
31
|
tag=tag
|
|
34
32
|
)
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -39,6 +39,7 @@ class HealthcheckApi(object):
|
|
|
39
39
|
def healthz(self, **kwargs): # noqa: E501
|
|
40
40
|
"""Server healthcheck # noqa: E501
|
|
41
41
|
|
|
42
|
+
The `/api/healthz` endpoint performs a server health check, providing details such as the application name, license ID, serial number, validity, and product version. <br><br>Comprehensive information about service diagnostics is available on the [Monitoring page](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/monitoring/). # noqa: E501
|
|
42
43
|
This method makes a synchronous HTTP request by default. To make an
|
|
43
44
|
asynchronous HTTP request, please pass async_req=True
|
|
44
45
|
|
|
@@ -68,6 +69,7 @@ class HealthcheckApi(object):
|
|
|
68
69
|
def healthz_with_http_info(self, **kwargs): # noqa: E501
|
|
69
70
|
"""Server healthcheck # noqa: E501
|
|
70
71
|
|
|
72
|
+
The `/api/healthz` endpoint performs a server health check, providing details such as the application name, license ID, serial number, validity, and product version. <br><br>Comprehensive information about service diagnostics is available on the [Monitoring page](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/monitoring/). # noqa: E501
|
|
71
73
|
This method makes a synchronous HTTP request by default. To make an
|
|
72
74
|
asynchronous HTTP request, please pass async_req=True
|
|
73
75
|
|
|
@@ -164,6 +166,7 @@ class HealthcheckApi(object):
|
|
|
164
166
|
def readyz(self, **kwargs): # noqa: E501
|
|
165
167
|
"""License healthcheck # noqa: E501
|
|
166
168
|
|
|
169
|
+
The `/api/readyz` endpoint checks the license's health to determine if the application is ready for operation. It validates the license and returns a response indicating whether the license is valid (`200`) or invalid (`400`). # noqa: E501
|
|
167
170
|
This method makes a synchronous HTTP request by default. To make an
|
|
168
171
|
asynchronous HTTP request, please pass async_req=True
|
|
169
172
|
|
|
@@ -193,6 +196,7 @@ class HealthcheckApi(object):
|
|
|
193
196
|
def readyz_with_http_info(self, **kwargs): # noqa: E501
|
|
194
197
|
"""License healthcheck # noqa: E501
|
|
195
198
|
|
|
199
|
+
The `/api/readyz` endpoint checks the license's health to determine if the application is ready for operation. It validates the license and returns a response indicating whether the license is valid (`200`) or invalid (`400`). # noqa: E501
|
|
196
200
|
This method makes a synchronous HTTP request by default. To make an
|
|
197
201
|
asynchronous HTTP request, please pass async_req=True
|
|
198
202
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -36,6 +36,144 @@ class Liveness20Api(object):
|
|
|
36
36
|
api_client = ApiClient()
|
|
37
37
|
self.api_client = api_client
|
|
38
38
|
|
|
39
|
+
def delete_liveness_transaction(self, transaction_id, tag, **kwargs): # noqa: E501
|
|
40
|
+
"""delete liveness transaction # noqa: E501
|
|
41
|
+
|
|
42
|
+
This endpoint deletes a liveness transaction based on either the specified `tag` or `transactionId`. At least one of the parameters must be provided for the operation to be valid. # noqa: E501
|
|
43
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
44
|
+
asynchronous HTTP request, please pass async_req=True
|
|
45
|
+
|
|
46
|
+
>>> thread = api.delete_liveness_transaction(transaction_id, tag, async_req=True)
|
|
47
|
+
>>> result = thread.get()
|
|
48
|
+
|
|
49
|
+
:param transaction_id: ID of the current liveness transaction. (required)
|
|
50
|
+
:type transaction_id: str
|
|
51
|
+
:param tag: A unique tag associated with a liveness transaction session. Used to identify and delete the corresponding transaction. (required)
|
|
52
|
+
:type tag: str
|
|
53
|
+
:param async_req: Whether to execute the request asynchronously.
|
|
54
|
+
:type async_req: bool, optional
|
|
55
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
56
|
+
be returned without reading/decoding response
|
|
57
|
+
data. Default is True.
|
|
58
|
+
:type _preload_content: bool, optional
|
|
59
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
60
|
+
number provided, it will be total request
|
|
61
|
+
timeout. It can also be a pair (tuple) of
|
|
62
|
+
(connection, read) timeouts.
|
|
63
|
+
:return: Returns the result object.
|
|
64
|
+
If the method is called asynchronously,
|
|
65
|
+
returns the request thread.
|
|
66
|
+
:rtype: None
|
|
67
|
+
"""
|
|
68
|
+
kwargs['_return_http_data_only'] = True
|
|
69
|
+
return self.delete_liveness_transaction_with_http_info(transaction_id, tag, **kwargs) # noqa: E501
|
|
70
|
+
|
|
71
|
+
def delete_liveness_transaction_with_http_info(self, transaction_id, tag, **kwargs): # noqa: E501
|
|
72
|
+
"""delete liveness transaction # noqa: E501
|
|
73
|
+
|
|
74
|
+
This endpoint deletes a liveness transaction based on either the specified `tag` or `transactionId`. At least one of the parameters must be provided for the operation to be valid. # noqa: E501
|
|
75
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
76
|
+
asynchronous HTTP request, please pass async_req=True
|
|
77
|
+
|
|
78
|
+
>>> thread = api.delete_liveness_transaction_with_http_info(transaction_id, tag, async_req=True)
|
|
79
|
+
>>> result = thread.get()
|
|
80
|
+
|
|
81
|
+
:param transaction_id: ID of the current liveness transaction. (required)
|
|
82
|
+
:type transaction_id: str
|
|
83
|
+
:param tag: A unique tag associated with a liveness transaction session. Used to identify and delete the corresponding transaction. (required)
|
|
84
|
+
:type tag: str
|
|
85
|
+
:param async_req: Whether to execute the request asynchronously.
|
|
86
|
+
:type async_req: bool, optional
|
|
87
|
+
:param _return_http_data_only: response data without head status code
|
|
88
|
+
and headers
|
|
89
|
+
:type _return_http_data_only: bool, optional
|
|
90
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
91
|
+
be returned without reading/decoding response
|
|
92
|
+
data. Default is True.
|
|
93
|
+
:type _preload_content: bool, optional
|
|
94
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
95
|
+
number provided, it will be total request
|
|
96
|
+
timeout. It can also be a pair (tuple) of
|
|
97
|
+
(connection, read) timeouts.
|
|
98
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
99
|
+
request; this effectively ignores the authentication
|
|
100
|
+
in the spec for a single request.
|
|
101
|
+
:type _request_auth: dict, optional
|
|
102
|
+
:return: Returns the result object.
|
|
103
|
+
If the method is called asynchronously,
|
|
104
|
+
returns the request thread.
|
|
105
|
+
:rtype: None
|
|
106
|
+
"""
|
|
107
|
+
|
|
108
|
+
local_var_params = locals()
|
|
109
|
+
|
|
110
|
+
all_params = [
|
|
111
|
+
'transaction_id',
|
|
112
|
+
'tag',
|
|
113
|
+
]
|
|
114
|
+
all_params.extend(
|
|
115
|
+
[
|
|
116
|
+
'async_req',
|
|
117
|
+
'_return_http_data_only',
|
|
118
|
+
'_preload_content',
|
|
119
|
+
'_request_timeout',
|
|
120
|
+
'_request_auth'
|
|
121
|
+
]
|
|
122
|
+
)
|
|
123
|
+
|
|
124
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
125
|
+
if key not in all_params:
|
|
126
|
+
raise ApiTypeError(
|
|
127
|
+
"Got an unexpected keyword argument '%s'"
|
|
128
|
+
" to method delete_liveness_transaction" % key
|
|
129
|
+
)
|
|
130
|
+
local_var_params[key] = val
|
|
131
|
+
del local_var_params['kwargs']
|
|
132
|
+
# verify the required parameter 'transaction_id' is set
|
|
133
|
+
if self.api_client.client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501
|
|
134
|
+
local_var_params['transaction_id'] is None): # noqa: E501
|
|
135
|
+
raise ApiValueError("Missing the required parameter `transaction_id` when calling `delete_liveness_transaction`") # noqa: E501
|
|
136
|
+
# verify the required parameter 'tag' is set
|
|
137
|
+
if self.api_client.client_side_validation and ('tag' not in local_var_params or # noqa: E501
|
|
138
|
+
local_var_params['tag'] is None): # noqa: E501
|
|
139
|
+
raise ApiValueError("Missing the required parameter `tag` when calling `delete_liveness_transaction`") # noqa: E501
|
|
140
|
+
|
|
141
|
+
collection_formats = {}
|
|
142
|
+
|
|
143
|
+
path_params = {}
|
|
144
|
+
|
|
145
|
+
query_params = []
|
|
146
|
+
if 'transaction_id' in local_var_params and local_var_params['transaction_id'] is not None: # noqa: E501
|
|
147
|
+
query_params.append(('transactionId', local_var_params['transaction_id'])) # noqa: E501
|
|
148
|
+
if 'tag' in local_var_params and local_var_params['tag'] is not None: # noqa: E501
|
|
149
|
+
query_params.append(('tag', local_var_params['tag'])) # noqa: E501
|
|
150
|
+
|
|
151
|
+
header_params = {}
|
|
152
|
+
|
|
153
|
+
form_params = []
|
|
154
|
+
local_var_files = {}
|
|
155
|
+
|
|
156
|
+
body_params = None
|
|
157
|
+
# Authentication setting
|
|
158
|
+
auth_settings = [] # noqa: E501
|
|
159
|
+
|
|
160
|
+
return self.api_client.call_api(
|
|
161
|
+
'/api/v2/liveness', 'DELETE',
|
|
162
|
+
path_params,
|
|
163
|
+
query_params,
|
|
164
|
+
header_params,
|
|
165
|
+
body=body_params,
|
|
166
|
+
post_params=form_params,
|
|
167
|
+
files=local_var_files,
|
|
168
|
+
response_type=None, # noqa: E501
|
|
169
|
+
auth_settings=auth_settings,
|
|
170
|
+
async_req=local_var_params.get('async_req'),
|
|
171
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
172
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
173
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
174
|
+
collection_formats=collection_formats,
|
|
175
|
+
_request_auth=local_var_params.get('_request_auth'))
|
|
176
|
+
|
|
39
177
|
def get_liveness_transaction_info(self, transaction_id, **kwargs): # noqa: E501
|
|
40
178
|
"""liveness check # noqa: E501
|
|
41
179
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -39,7 +39,7 @@ class MatchApi(object):
|
|
|
39
39
|
def detect(self, detect_request, **kwargs): # noqa: E501
|
|
40
40
|
"""detect and check quality # noqa: E501
|
|
41
41
|
|
|
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
|
|
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 additionally: - **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. For the list of assessed characteristics, see the [Face Image Quality Characteristics page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/face-image-quality-check/). - **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. For the list of assessed attributes, see the [Attributes List page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/). You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and you will need to add all the necessary parameters to each request. - By a processing `scenario` that includes certain parameters. You can use predefined scenarios or add custom ones. For detailed information about scenarios, refer to the [Scenarios page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/scenarios/). # 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
|
|
|
@@ -71,7 +71,7 @@ class MatchApi(object):
|
|
|
71
71
|
def detect_with_http_info(self, detect_request, **kwargs): # noqa: E501
|
|
72
72
|
"""detect and check quality # noqa: E501
|
|
73
73
|
|
|
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
|
|
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 additionally: - **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. For the list of assessed characteristics, see the [Face Image Quality Characteristics page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/face-image-quality-check/). - **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. For the list of assessed attributes, see the [Attributes List page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/). You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and you will need to add all the necessary parameters to each request. - By a processing `scenario` that includes certain parameters. You can use predefined scenarios or add custom ones. For detailed information about scenarios, refer to the [Scenarios page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/scenarios/). # 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
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -187,17 +187,17 @@ class PersonApi(object):
|
|
|
187
187
|
collection_formats=collection_formats,
|
|
188
188
|
_request_auth=local_var_params.get('_request_auth'))
|
|
189
189
|
|
|
190
|
-
def create_person(self,
|
|
190
|
+
def create_person(self, persons_request, **kwargs): # noqa: E501
|
|
191
191
|
"""Create person # noqa: E501
|
|
192
192
|
|
|
193
193
|
This method makes a synchronous HTTP request by default. To make an
|
|
194
194
|
asynchronous HTTP request, please pass async_req=True
|
|
195
195
|
|
|
196
|
-
>>> thread = api.create_person(
|
|
196
|
+
>>> thread = api.create_person(persons_request, async_req=True)
|
|
197
197
|
>>> result = thread.get()
|
|
198
198
|
|
|
199
|
-
:param
|
|
200
|
-
:type
|
|
199
|
+
:param persons_request: (required)
|
|
200
|
+
:type persons_request: PersonsRequest
|
|
201
201
|
:param x_request_id: Request header label.
|
|
202
202
|
:type x_request_id: str
|
|
203
203
|
:param async_req: Whether to execute the request asynchronously.
|
|
@@ -216,19 +216,19 @@ class PersonApi(object):
|
|
|
216
216
|
:rtype: Person
|
|
217
217
|
"""
|
|
218
218
|
kwargs['_return_http_data_only'] = True
|
|
219
|
-
return self.create_person_with_http_info(
|
|
219
|
+
return self.create_person_with_http_info(persons_request, **kwargs) # noqa: E501
|
|
220
220
|
|
|
221
|
-
def create_person_with_http_info(self,
|
|
221
|
+
def create_person_with_http_info(self, persons_request, **kwargs): # noqa: E501
|
|
222
222
|
"""Create person # noqa: E501
|
|
223
223
|
|
|
224
224
|
This method makes a synchronous HTTP request by default. To make an
|
|
225
225
|
asynchronous HTTP request, please pass async_req=True
|
|
226
226
|
|
|
227
|
-
>>> thread = api.create_person_with_http_info(
|
|
227
|
+
>>> thread = api.create_person_with_http_info(persons_request, async_req=True)
|
|
228
228
|
>>> result = thread.get()
|
|
229
229
|
|
|
230
|
-
:param
|
|
231
|
-
:type
|
|
230
|
+
:param persons_request: (required)
|
|
231
|
+
:type persons_request: PersonsRequest
|
|
232
232
|
:param x_request_id: Request header label.
|
|
233
233
|
:type x_request_id: str
|
|
234
234
|
:param async_req: Whether to execute the request asynchronously.
|
|
@@ -257,7 +257,7 @@ class PersonApi(object):
|
|
|
257
257
|
local_var_params = locals()
|
|
258
258
|
|
|
259
259
|
all_params = [
|
|
260
|
-
'
|
|
260
|
+
'persons_request',
|
|
261
261
|
'x_request_id',
|
|
262
262
|
]
|
|
263
263
|
all_params.extend(
|
|
@@ -278,10 +278,10 @@ class PersonApi(object):
|
|
|
278
278
|
)
|
|
279
279
|
local_var_params[key] = val
|
|
280
280
|
del local_var_params['kwargs']
|
|
281
|
-
# verify the required parameter '
|
|
282
|
-
if self.api_client.client_side_validation and ('
|
|
283
|
-
local_var_params['
|
|
284
|
-
raise ApiValueError("Missing the required parameter `
|
|
281
|
+
# verify the required parameter 'persons_request' is set
|
|
282
|
+
if self.api_client.client_side_validation and ('persons_request' not in local_var_params or # noqa: E501
|
|
283
|
+
local_var_params['persons_request'] is None): # noqa: E501
|
|
284
|
+
raise ApiValueError("Missing the required parameter `persons_request` when calling `create_person`") # noqa: E501
|
|
285
285
|
|
|
286
286
|
collection_formats = {}
|
|
287
287
|
|
|
@@ -297,8 +297,8 @@ class PersonApi(object):
|
|
|
297
297
|
local_var_files = {}
|
|
298
298
|
|
|
299
299
|
body_params = None
|
|
300
|
-
if '
|
|
301
|
-
body_params = local_var_params['
|
|
300
|
+
if 'persons_request' in local_var_params:
|
|
301
|
+
body_params = local_var_params['persons_request']
|
|
302
302
|
# HTTP header `Accept`
|
|
303
303
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
304
304
|
['application/json']) # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -49,6 +49,8 @@ class SearchApi(object):
|
|
|
49
49
|
:type search_request: SearchRequest
|
|
50
50
|
:param x_request_id: Request header label.
|
|
51
51
|
:type x_request_id: str
|
|
52
|
+
:param with_images: When enabled, the response includes Base64-encoded images of matched persons. Each entry in the `persons` array contains an `images` field with image IDs and content. If omitted or set to false, images are excluded.
|
|
53
|
+
:type with_images: bool
|
|
52
54
|
:param async_req: Whether to execute the request asynchronously.
|
|
53
55
|
:type async_req: bool, optional
|
|
54
56
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -80,6 +82,8 @@ class SearchApi(object):
|
|
|
80
82
|
:type search_request: SearchRequest
|
|
81
83
|
:param x_request_id: Request header label.
|
|
82
84
|
:type x_request_id: str
|
|
85
|
+
:param with_images: When enabled, the response includes Base64-encoded images of matched persons. Each entry in the `persons` array contains an `images` field with image IDs and content. If omitted or set to false, images are excluded.
|
|
86
|
+
:type with_images: bool
|
|
83
87
|
:param async_req: Whether to execute the request asynchronously.
|
|
84
88
|
:type async_req: bool, optional
|
|
85
89
|
:param _return_http_data_only: response data without head status code
|
|
@@ -108,6 +112,7 @@ class SearchApi(object):
|
|
|
108
112
|
all_params = [
|
|
109
113
|
'search_request',
|
|
110
114
|
'x_request_id',
|
|
115
|
+
'with_images',
|
|
111
116
|
]
|
|
112
117
|
all_params.extend(
|
|
113
118
|
[
|
|
@@ -137,6 +142,8 @@ class SearchApi(object):
|
|
|
137
142
|
path_params = {}
|
|
138
143
|
|
|
139
144
|
query_params = []
|
|
145
|
+
if 'with_images' in local_var_params and local_var_params['with_images'] is not None: # noqa: E501
|
|
146
|
+
query_params.append(('withImages', local_var_params['with_images'])) # noqa: E501
|
|
140
147
|
|
|
141
148
|
header_params = {}
|
|
142
149
|
if 'x_request_id' in local_var_params:
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<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
|
|
6
6
|
|
|
7
|
-
The version of the OpenAPI document:
|
|
7
|
+
The version of the OpenAPI document: 7.2.0
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
10
10
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document:
|
|
6
|
+
The version of the OpenAPI document: 7.2.0
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -379,7 +379,7 @@ class Configuration(object):
|
|
|
379
379
|
return "Python SDK Debug Report:\n"\
|
|
380
380
|
"OS: {env}\n"\
|
|
381
381
|
"Python Version: {pyversion}\n"\
|
|
382
|
-
"Version of the API:
|
|
382
|
+
"Version of the API: 7.2.0\n"\
|
|
383
383
|
"SDK Package Version: 1.0.0".\
|
|
384
384
|
format(env=sys.platform, pyversion=sys.version)
|
|
385
385
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document:
|
|
6
|
+
The version of the OpenAPI document: 7.2.0
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|