regula-facesdk-webclient 7.2.371.dev0__py3-none-any.whl → 7.2.372rc0__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/sdk.py +1 -1
- regula/facesdk/webclient/ext/models/detect_request.py +3 -0
- regula/facesdk/webclient/ext/models/match_request.py +2 -0
- 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 +1 -5
- regula/facesdk/webclient/gen/api/liveness_2_0_api.py +1 -139
- regula/facesdk/webclient/gen/api/match_api.py +5 -5
- regula/facesdk/webclient/gen/api/person_api.py +1 -1
- regula/facesdk/webclient/gen/api/search_api.py +1 -8
- 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 +2 -58
- 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 +30 -2
- regula/facesdk/webclient/gen/model/detect_request.py +20 -48
- 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 +22 -26
- regula/facesdk/webclient/gen/model/detection.py +32 -4
- regula/facesdk/webclient/gen/model/detection_attributes.py +6 -8
- regula/facesdk/webclient/gen/model/detection_face.py +30 -2
- 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 +2 -5
- 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 +30 -2
- 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 +2 -30
- 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 +7 -119
- regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +2 -58
- 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 +31 -60
- 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 +19 -20
- regula/facesdk/webclient/gen/model/person_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/person_fields.py +19 -20
- regula/facesdk/webclient/gen/model/person_to_update_fields.py +1 -1
- regula/facesdk/webclient/gen/model/person_with_images.py +19 -20
- 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/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 +2 -30
- 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 +19 -20
- regula/facesdk/webclient/gen/model/search_person_all_of.py +1 -1
- regula/facesdk/webclient/gen/model/search_request.py +2 -58
- regula/facesdk/webclient/gen/model/search_request_all_of.py +68 -40
- regula/facesdk/webclient/gen/model/search_result.py +165 -2
- 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 +2 -4
- regula/facesdk/webclient/gen/rest.py +1 -1
- {regula_facesdk_webclient-7.2.371.dev0.dist-info → regula_facesdk_webclient-7.2.372rc0.dist-info}/METADATA +1 -1
- regula_facesdk_webclient-7.2.372rc0.dist-info/RECORD +133 -0
- {regula_facesdk_webclient-7.2.371.dev0.dist-info → regula_facesdk_webclient-7.2.372rc0.dist-info}/WHEEL +1 -1
- regula/facesdk/webclient/gen/model/detect_attributes_details.py +0 -150
- regula/facesdk/webclient/gen/model/detect_details_meta.py +0 -178
- regula/facesdk/webclient/gen/model/match_and_search_request_images.py +0 -176
- regula/facesdk/webclient/gen/model/persons_request.py +0 -291
- regula/facesdk/webclient/gen/model/persons_request_all_of.py +0 -150
- regula_facesdk_webclient-7.2.371.dev0.dist-info/RECORD +0 -138
- {regula_facesdk_webclient-7.2.371.dev0.dist-info → regula_facesdk_webclient-7.2.372rc0.dist-info}/top_level.txt +0 -0
|
@@ -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=False, api_client=None):
|
|
10
10
|
if api_client:
|
|
11
11
|
self.__api_client = api_client
|
|
12
12
|
else:
|
|
@@ -11,6 +11,8 @@ 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,
|
|
14
16
|
local_vars_configuration=None,
|
|
15
17
|
tag=None,
|
|
16
18
|
|
|
@@ -23,6 +25,7 @@ class DetectRequest(GetDetectRequest):
|
|
|
23
25
|
|
|
24
26
|
super().__init__(
|
|
25
27
|
image=image,
|
|
28
|
+
thumbnails=thumbnails,
|
|
26
29
|
local_vars_configuration=local_vars_configuration,
|
|
27
30
|
tag=tag,
|
|
28
31
|
process_param=process_param
|
|
@@ -10,6 +10,7 @@ class MatchRequest(GenMatchRequest):
|
|
|
10
10
|
def __init__(
|
|
11
11
|
self,
|
|
12
12
|
images: List[Union[MatchImage, Base64String, bytes]],
|
|
13
|
+
thumbnails=False,
|
|
13
14
|
local_vars_configuration=None,
|
|
14
15
|
output_image_params=None,
|
|
15
16
|
tag=None
|
|
@@ -28,5 +29,6 @@ class MatchRequest(GenMatchRequest):
|
|
|
28
29
|
images=input_images,
|
|
29
30
|
local_vars_configuration=local_vars_configuration,
|
|
30
31
|
output_image_params=output_image_params,
|
|
32
|
+
thumbnails=thumbnails,
|
|
31
33
|
tag=tag
|
|
32
34
|
)
|
|
@@ -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: 6.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: 6.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: 6.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -39,7 +39,6 @@ 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
|
|
43
42
|
This method makes a synchronous HTTP request by default. To make an
|
|
44
43
|
asynchronous HTTP request, please pass async_req=True
|
|
45
44
|
|
|
@@ -69,7 +68,6 @@ class HealthcheckApi(object):
|
|
|
69
68
|
def healthz_with_http_info(self, **kwargs): # noqa: E501
|
|
70
69
|
"""Server healthcheck # noqa: E501
|
|
71
70
|
|
|
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
|
|
73
71
|
This method makes a synchronous HTTP request by default. To make an
|
|
74
72
|
asynchronous HTTP request, please pass async_req=True
|
|
75
73
|
|
|
@@ -166,7 +164,6 @@ class HealthcheckApi(object):
|
|
|
166
164
|
def readyz(self, **kwargs): # noqa: E501
|
|
167
165
|
"""License healthcheck # noqa: E501
|
|
168
166
|
|
|
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
|
|
170
167
|
This method makes a synchronous HTTP request by default. To make an
|
|
171
168
|
asynchronous HTTP request, please pass async_req=True
|
|
172
169
|
|
|
@@ -196,7 +193,6 @@ class HealthcheckApi(object):
|
|
|
196
193
|
def readyz_with_http_info(self, **kwargs): # noqa: E501
|
|
197
194
|
"""License healthcheck # noqa: E501
|
|
198
195
|
|
|
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
|
|
200
196
|
This method makes a synchronous HTTP request by default. To make an
|
|
201
197
|
asynchronous HTTP request, please pass async_req=True
|
|
202
198
|
|
|
@@ -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: 6.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -36,144 +36,6 @@ 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
|
-
|
|
177
39
|
def get_liveness_transaction_info(self, transaction_id, **kwargs): # noqa: E501
|
|
178
40
|
"""liveness check # noqa: E501
|
|
179
41
|
|
|
@@ -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: 6.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
|
|
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
|
|
|
@@ -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
|
|
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
|
|
|
@@ -323,7 +323,7 @@ class MatchApi(object):
|
|
|
323
323
|
def match_and_search(self, match_and_search_request, **kwargs): # noqa: E501
|
|
324
324
|
"""match and search (1:1 + 1:N) # noqa: E501
|
|
325
325
|
|
|
326
|
-
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation.
|
|
326
|
+
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. If only one person is identified, match is not performed and only search is carried out. # noqa: E501
|
|
327
327
|
This method makes a synchronous HTTP request by default. To make an
|
|
328
328
|
asynchronous HTTP request, please pass async_req=True
|
|
329
329
|
|
|
@@ -355,7 +355,7 @@ class MatchApi(object):
|
|
|
355
355
|
def match_and_search_with_http_info(self, match_and_search_request, **kwargs): # noqa: E501
|
|
356
356
|
"""match and search (1:1 + 1:N) # noqa: E501
|
|
357
357
|
|
|
358
|
-
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation.
|
|
358
|
+
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. If only one person is identified, match is not performed and only search is carried out. # noqa: E501
|
|
359
359
|
This method makes a synchronous HTTP request by default. To make an
|
|
360
360
|
asynchronous HTTP request, please pass async_req=True
|
|
361
361
|
|
|
@@ -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: 6.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: 6.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -49,8 +49,6 @@ 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
|
|
54
52
|
:param async_req: Whether to execute the request asynchronously.
|
|
55
53
|
:type async_req: bool, optional
|
|
56
54
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -82,8 +80,6 @@ class SearchApi(object):
|
|
|
82
80
|
:type search_request: SearchRequest
|
|
83
81
|
:param x_request_id: Request header label.
|
|
84
82
|
: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
|
|
87
83
|
:param async_req: Whether to execute the request asynchronously.
|
|
88
84
|
:type async_req: bool, optional
|
|
89
85
|
:param _return_http_data_only: response data without head status code
|
|
@@ -112,7 +108,6 @@ class SearchApi(object):
|
|
|
112
108
|
all_params = [
|
|
113
109
|
'search_request',
|
|
114
110
|
'x_request_id',
|
|
115
|
-
'with_images',
|
|
116
111
|
]
|
|
117
112
|
all_params.extend(
|
|
118
113
|
[
|
|
@@ -142,8 +137,6 @@ class SearchApi(object):
|
|
|
142
137
|
path_params = {}
|
|
143
138
|
|
|
144
139
|
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
|
|
147
140
|
|
|
148
141
|
header_params = {}
|
|
149
142
|
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: 6.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: 6.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: 6.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: 6.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: 6.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -37,8 +37,6 @@ class AddImageToPersonRequest(object):
|
|
|
37
37
|
'image': 'AddImageToPersonRequestImage',
|
|
38
38
|
'threshold': 'float',
|
|
39
39
|
'limit': 'int',
|
|
40
|
-
'tenant': 'str',
|
|
41
|
-
'env': 'str',
|
|
42
40
|
}
|
|
43
41
|
|
|
44
42
|
attribute_map = {
|
|
@@ -46,11 +44,9 @@ class AddImageToPersonRequest(object):
|
|
|
46
44
|
'image': 'image',
|
|
47
45
|
'threshold': 'threshold',
|
|
48
46
|
'limit': 'limit',
|
|
49
|
-
'tenant': 'tenant',
|
|
50
|
-
'env': 'env',
|
|
51
47
|
}
|
|
52
48
|
|
|
53
|
-
def __init__(self, tag=None, image=None, threshold=None, limit=None,
|
|
49
|
+
def __init__(self, tag=None, image=None, threshold=None, limit=None, local_vars_configuration=None): # noqa: E501
|
|
54
50
|
"""AddImageToPersonRequest - a model defined in OpenAPI""" # noqa: E501
|
|
55
51
|
if local_vars_configuration is None:
|
|
56
52
|
local_vars_configuration = Configuration()
|
|
@@ -60,8 +56,6 @@ class AddImageToPersonRequest(object):
|
|
|
60
56
|
self._image = None
|
|
61
57
|
self._threshold = None
|
|
62
58
|
self._limit = None
|
|
63
|
-
self._tenant = None
|
|
64
|
-
self._env = None
|
|
65
59
|
self.discriminator = None
|
|
66
60
|
|
|
67
61
|
if tag is not None:
|
|
@@ -71,10 +65,6 @@ class AddImageToPersonRequest(object):
|
|
|
71
65
|
self.threshold = threshold
|
|
72
66
|
if limit is not None:
|
|
73
67
|
self.limit = limit
|
|
74
|
-
if tenant is not None:
|
|
75
|
-
self.tenant = tenant
|
|
76
|
-
if env is not None:
|
|
77
|
-
self.env = env
|
|
78
68
|
|
|
79
69
|
@property
|
|
80
70
|
def tag(self):
|
|
@@ -168,52 +158,6 @@ class AddImageToPersonRequest(object):
|
|
|
168
158
|
|
|
169
159
|
self._limit = limit
|
|
170
160
|
|
|
171
|
-
@property
|
|
172
|
-
def tenant(self):
|
|
173
|
-
"""Gets the tenant of this AddImageToPersonRequest. # noqa: E501
|
|
174
|
-
|
|
175
|
-
A label used to group transactions by customers, applications, or other criteria. # noqa: E501
|
|
176
|
-
|
|
177
|
-
:return: The tenant of this AddImageToPersonRequest. # noqa: E501
|
|
178
|
-
:rtype: str
|
|
179
|
-
"""
|
|
180
|
-
return self._tenant
|
|
181
|
-
|
|
182
|
-
@tenant.setter
|
|
183
|
-
def tenant(self, tenant):
|
|
184
|
-
"""Sets the tenant of this AddImageToPersonRequest.
|
|
185
|
-
|
|
186
|
-
A label used to group transactions by customers, applications, or other criteria. # noqa: E501
|
|
187
|
-
|
|
188
|
-
:param tenant: The tenant of this AddImageToPersonRequest. # noqa: E501
|
|
189
|
-
:type tenant: str
|
|
190
|
-
"""
|
|
191
|
-
|
|
192
|
-
self._tenant = tenant
|
|
193
|
-
|
|
194
|
-
@property
|
|
195
|
-
def env(self):
|
|
196
|
-
"""Gets the env of this AddImageToPersonRequest. # noqa: E501
|
|
197
|
-
|
|
198
|
-
A label used to differentiate transactions by development stages. # noqa: E501
|
|
199
|
-
|
|
200
|
-
:return: The env of this AddImageToPersonRequest. # noqa: E501
|
|
201
|
-
:rtype: str
|
|
202
|
-
"""
|
|
203
|
-
return self._env
|
|
204
|
-
|
|
205
|
-
@env.setter
|
|
206
|
-
def env(self, env):
|
|
207
|
-
"""Sets the env of this AddImageToPersonRequest.
|
|
208
|
-
|
|
209
|
-
A label used to differentiate transactions by development stages. # noqa: E501
|
|
210
|
-
|
|
211
|
-
:param env: The env of this AddImageToPersonRequest. # noqa: E501
|
|
212
|
-
:type env: str
|
|
213
|
-
"""
|
|
214
|
-
|
|
215
|
-
self._env = env
|
|
216
|
-
|
|
217
161
|
def to_dict(self):
|
|
218
162
|
"""Returns the model properties as a dict"""
|
|
219
163
|
result = {}
|
|
@@ -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: 6.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: 6.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: 6.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: 6.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|