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
|
@@ -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,7 +37,7 @@ class DetectionQuality(object):
|
|
|
37
37
|
'details_groups': '[QualityDetailsGroups]',
|
|
38
38
|
'details': '[QualityDetail]',
|
|
39
39
|
'score': 'float',
|
|
40
|
-
'
|
|
40
|
+
'timer': 'float',
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
attribute_map = {
|
|
@@ -45,10 +45,10 @@ class DetectionQuality(object):
|
|
|
45
45
|
'details_groups': 'detailsGroups',
|
|
46
46
|
'details': 'details',
|
|
47
47
|
'score': 'score',
|
|
48
|
-
'
|
|
48
|
+
'timer': 'timer',
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
def __init__(self, non_compliant=None, details_groups=None, details=None, score=None,
|
|
51
|
+
def __init__(self, non_compliant=None, details_groups=None, details=None, score=None, timer=None, local_vars_configuration=None): # noqa: E501
|
|
52
52
|
"""DetectionQuality - a model defined in OpenAPI""" # noqa: E501
|
|
53
53
|
if local_vars_configuration is None:
|
|
54
54
|
local_vars_configuration = Configuration()
|
|
@@ -58,7 +58,7 @@ class DetectionQuality(object):
|
|
|
58
58
|
self._details_groups = None
|
|
59
59
|
self._details = None
|
|
60
60
|
self._score = None
|
|
61
|
-
self.
|
|
61
|
+
self._timer = None
|
|
62
62
|
self.discriminator = None
|
|
63
63
|
|
|
64
64
|
if non_compliant is not None:
|
|
@@ -69,14 +69,14 @@ class DetectionQuality(object):
|
|
|
69
69
|
self.details = details
|
|
70
70
|
if score is not None:
|
|
71
71
|
self.score = score
|
|
72
|
-
if
|
|
73
|
-
self.
|
|
72
|
+
if timer is not None:
|
|
73
|
+
self.timer = timer
|
|
74
74
|
|
|
75
75
|
@property
|
|
76
76
|
def non_compliant(self):
|
|
77
77
|
"""Gets the non_compliant of this DetectionQuality. # noqa: E501
|
|
78
78
|
|
|
79
|
-
|
|
79
|
+
The array of all the non-compliant assessment characteristics. # noqa: E501
|
|
80
80
|
|
|
81
81
|
:return: The non_compliant of this DetectionQuality. # noqa: E501
|
|
82
82
|
:rtype: [FaceQualityConfigName]
|
|
@@ -87,7 +87,7 @@ class DetectionQuality(object):
|
|
|
87
87
|
def non_compliant(self, non_compliant):
|
|
88
88
|
"""Sets the non_compliant of this DetectionQuality.
|
|
89
89
|
|
|
90
|
-
|
|
90
|
+
The array of all the non-compliant assessment characteristics. # noqa: E501
|
|
91
91
|
|
|
92
92
|
:param non_compliant: The non_compliant of this DetectionQuality. # noqa: E501
|
|
93
93
|
:type non_compliant: [FaceQualityConfigName]
|
|
@@ -99,7 +99,7 @@ class DetectionQuality(object):
|
|
|
99
99
|
def details_groups(self):
|
|
100
100
|
"""Gets the details_groups of this DetectionQuality. # noqa: E501
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
The array of the assessment results for each group of characteristics. # noqa: E501
|
|
103
103
|
|
|
104
104
|
:return: The details_groups of this DetectionQuality. # noqa: E501
|
|
105
105
|
:rtype: [QualityDetailsGroups]
|
|
@@ -110,7 +110,7 @@ class DetectionQuality(object):
|
|
|
110
110
|
def details_groups(self, details_groups):
|
|
111
111
|
"""Sets the details_groups of this DetectionQuality.
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
The array of the assessment results for each group of characteristics. # noqa: E501
|
|
114
114
|
|
|
115
115
|
:param details_groups: The details_groups of this DetectionQuality. # noqa: E501
|
|
116
116
|
:type details_groups: [QualityDetailsGroups]
|
|
@@ -122,7 +122,7 @@ class DetectionQuality(object):
|
|
|
122
122
|
def details(self):
|
|
123
123
|
"""Gets the details of this DetectionQuality. # noqa: E501
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
The array of the assessment characteristics that were set in the request. # noqa: E501
|
|
126
126
|
|
|
127
127
|
:return: The details of this DetectionQuality. # noqa: E501
|
|
128
128
|
:rtype: [QualityDetail]
|
|
@@ -133,7 +133,7 @@ class DetectionQuality(object):
|
|
|
133
133
|
def details(self, details):
|
|
134
134
|
"""Sets the details of this DetectionQuality.
|
|
135
135
|
|
|
136
|
-
|
|
136
|
+
The array of the assessment characteristics that were set in the request. # noqa: E501
|
|
137
137
|
|
|
138
138
|
:param details: The details of this DetectionQuality. # noqa: E501
|
|
139
139
|
:type details: [QualityDetail]
|
|
@@ -145,7 +145,7 @@ class DetectionQuality(object):
|
|
|
145
145
|
def score(self):
|
|
146
146
|
"""Gets the score of this DetectionQuality. # noqa: E501
|
|
147
147
|
|
|
148
|
-
Returns the estimated portrait quality assessment result, a number from
|
|
148
|
+
Returns the estimated portrait quality assessment result, a number from 0 to 1, where 1 is for absolute compliance. # noqa: E501
|
|
149
149
|
|
|
150
150
|
:return: The score of this DetectionQuality. # noqa: E501
|
|
151
151
|
:rtype: float
|
|
@@ -156,7 +156,7 @@ class DetectionQuality(object):
|
|
|
156
156
|
def score(self, score):
|
|
157
157
|
"""Sets the score of this DetectionQuality.
|
|
158
158
|
|
|
159
|
-
Returns the estimated portrait quality assessment result, a number from
|
|
159
|
+
Returns the estimated portrait quality assessment result, a number from 0 to 1, where 1 is for absolute compliance. # noqa: E501
|
|
160
160
|
|
|
161
161
|
:param score: The score of this DetectionQuality. # noqa: E501
|
|
162
162
|
:type score: float
|
|
@@ -165,27 +165,27 @@ class DetectionQuality(object):
|
|
|
165
165
|
self._score = score
|
|
166
166
|
|
|
167
167
|
@property
|
|
168
|
-
def
|
|
169
|
-
"""Gets the
|
|
168
|
+
def timer(self):
|
|
169
|
+
"""Gets the timer of this DetectionQuality. # noqa: E501
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
The total time the quality assessment has taken. # noqa: E501
|
|
172
172
|
|
|
173
|
-
:return: The
|
|
173
|
+
:return: The timer of this DetectionQuality. # noqa: E501
|
|
174
174
|
:rtype: float
|
|
175
175
|
"""
|
|
176
|
-
return self.
|
|
176
|
+
return self._timer
|
|
177
177
|
|
|
178
|
-
@
|
|
179
|
-
def
|
|
180
|
-
"""Sets the
|
|
178
|
+
@timer.setter
|
|
179
|
+
def timer(self, timer):
|
|
180
|
+
"""Sets the timer of this DetectionQuality.
|
|
181
181
|
|
|
182
|
-
|
|
182
|
+
The total time the quality assessment has taken. # noqa: E501
|
|
183
183
|
|
|
184
|
-
:param
|
|
185
|
-
:type
|
|
184
|
+
:param timer: The timer of this DetectionQuality. # noqa: E501
|
|
185
|
+
:type timer: float
|
|
186
186
|
"""
|
|
187
187
|
|
|
188
|
-
self.
|
|
188
|
+
self._timer = timer
|
|
189
189
|
|
|
190
190
|
def to_dict(self):
|
|
191
191
|
"""Returns the model properties as a dict"""
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -49,13 +49,10 @@ class FaceQualityScenarios(object):
|
|
|
49
49
|
""
|
|
50
50
|
THUMBNAIL = "Thumbnail"
|
|
51
51
|
|
|
52
|
-
""
|
|
53
|
-
ATTRIBUTES_ALL = "AttributesAll"
|
|
54
|
-
|
|
55
52
|
""
|
|
56
53
|
EMPTY = ""
|
|
57
54
|
|
|
58
|
-
allowable_values = [OLD_MODE, QUALITY_FULL, QUALITY_ICAO, QUALITY_VISA_SCHENGEN, QUALITY_VISA_USA, CROP_CENTRAL_FACE, CROP_ALL_FACES, THUMBNAIL,
|
|
55
|
+
allowable_values = [OLD_MODE, QUALITY_FULL, QUALITY_ICAO, QUALITY_VISA_SCHENGEN, QUALITY_VISA_USA, CROP_CENTRAL_FACE, CROP_ALL_FACES, THUMBNAIL, EMPTY] # noqa: E501
|
|
59
56
|
|
|
60
57
|
"""
|
|
61
58
|
Attributes:
|
|
@@ -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
|
|
|
@@ -37,6 +37,7 @@ class FacesResponse(object):
|
|
|
37
37
|
'landmarks': '[[float]]',
|
|
38
38
|
'rotation_angle': 'float',
|
|
39
39
|
'roi': 'FaceRectangular',
|
|
40
|
+
'thumbnail': 'str',
|
|
40
41
|
'crop': 'str',
|
|
41
42
|
'persons': '[PersonWithImages]',
|
|
42
43
|
}
|
|
@@ -46,11 +47,12 @@ class FacesResponse(object):
|
|
|
46
47
|
'landmarks': 'landmarks',
|
|
47
48
|
'rotation_angle': 'rotationAngle',
|
|
48
49
|
'roi': 'roi',
|
|
50
|
+
'thumbnail': 'thumbnail',
|
|
49
51
|
'crop': 'crop',
|
|
50
52
|
'persons': 'persons',
|
|
51
53
|
}
|
|
52
54
|
|
|
53
|
-
def __init__(self, face_index=None, landmarks=None, rotation_angle=None, roi=None, crop=None, persons=None, local_vars_configuration=None): # noqa: E501
|
|
55
|
+
def __init__(self, face_index=None, landmarks=None, rotation_angle=None, roi=None, thumbnail=None, crop=None, persons=None, local_vars_configuration=None): # noqa: E501
|
|
54
56
|
"""FacesResponse - a model defined in OpenAPI""" # noqa: E501
|
|
55
57
|
if local_vars_configuration is None:
|
|
56
58
|
local_vars_configuration = Configuration()
|
|
@@ -60,6 +62,7 @@ class FacesResponse(object):
|
|
|
60
62
|
self._landmarks = None
|
|
61
63
|
self._rotation_angle = None
|
|
62
64
|
self._roi = None
|
|
65
|
+
self._thumbnail = None
|
|
63
66
|
self._crop = None
|
|
64
67
|
self._persons = None
|
|
65
68
|
self.discriminator = None
|
|
@@ -72,6 +75,8 @@ class FacesResponse(object):
|
|
|
72
75
|
self.rotation_angle = rotation_angle
|
|
73
76
|
if roi is not None:
|
|
74
77
|
self.roi = roi
|
|
78
|
+
if thumbnail is not None:
|
|
79
|
+
self.thumbnail = thumbnail
|
|
75
80
|
if crop is not None:
|
|
76
81
|
self.crop = crop
|
|
77
82
|
if persons is not None:
|
|
@@ -165,6 +170,29 @@ class FacesResponse(object):
|
|
|
165
170
|
|
|
166
171
|
self._roi = roi
|
|
167
172
|
|
|
173
|
+
@property
|
|
174
|
+
def thumbnail(self):
|
|
175
|
+
"""Gets the thumbnail of this FacesResponse. # noqa: E501
|
|
176
|
+
|
|
177
|
+
See `crop` instead. # noqa: E501
|
|
178
|
+
|
|
179
|
+
:return: The thumbnail of this FacesResponse. # noqa: E501
|
|
180
|
+
:rtype: str
|
|
181
|
+
"""
|
|
182
|
+
return self._thumbnail
|
|
183
|
+
|
|
184
|
+
@thumbnail.setter
|
|
185
|
+
def thumbnail(self, thumbnail):
|
|
186
|
+
"""Sets the thumbnail of this FacesResponse.
|
|
187
|
+
|
|
188
|
+
See `crop` instead. # noqa: E501
|
|
189
|
+
|
|
190
|
+
:param thumbnail: The thumbnail of this FacesResponse. # noqa: E501
|
|
191
|
+
:type thumbnail: str
|
|
192
|
+
"""
|
|
193
|
+
|
|
194
|
+
self._thumbnail = thumbnail
|
|
195
|
+
|
|
168
196
|
@property
|
|
169
197
|
def crop(self):
|
|
170
198
|
"""Gets the crop of this FacesResponse. # 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: 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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -34,7 +34,6 @@ class Image(object):
|
|
|
34
34
|
"""
|
|
35
35
|
openapi_types = {
|
|
36
36
|
'id': 'str',
|
|
37
|
-
'content': 'str',
|
|
38
37
|
'content_type': 'str',
|
|
39
38
|
'created_at': 'str',
|
|
40
39
|
'updated_at': 'str',
|
|
@@ -45,7 +44,6 @@ class Image(object):
|
|
|
45
44
|
|
|
46
45
|
attribute_map = {
|
|
47
46
|
'id': 'id',
|
|
48
|
-
'content': 'content',
|
|
49
47
|
'content_type': 'contentType',
|
|
50
48
|
'created_at': 'createdAt',
|
|
51
49
|
'updated_at': 'updatedAt',
|
|
@@ -54,14 +52,13 @@ class Image(object):
|
|
|
54
52
|
'metadata': 'metadata',
|
|
55
53
|
}
|
|
56
54
|
|
|
57
|
-
def __init__(self, id=None,
|
|
55
|
+
def __init__(self, id=None, content_type=None, created_at=None, updated_at=None, path=None, url=None, metadata=None, local_vars_configuration=None): # noqa: E501
|
|
58
56
|
"""Image - a model defined in OpenAPI""" # noqa: E501
|
|
59
57
|
if local_vars_configuration is None:
|
|
60
58
|
local_vars_configuration = Configuration()
|
|
61
59
|
self.local_vars_configuration = local_vars_configuration
|
|
62
60
|
|
|
63
61
|
self._id = None
|
|
64
|
-
self._content = None
|
|
65
62
|
self._content_type = None
|
|
66
63
|
self._created_at = None
|
|
67
64
|
self._updated_at = None
|
|
@@ -72,8 +69,6 @@ class Image(object):
|
|
|
72
69
|
|
|
73
70
|
if id is not None:
|
|
74
71
|
self.id = id
|
|
75
|
-
if content is not None:
|
|
76
|
-
self.content = content
|
|
77
72
|
if content_type is not None:
|
|
78
73
|
self.content_type = content_type
|
|
79
74
|
if created_at is not None:
|
|
@@ -110,29 +105,6 @@ class Image(object):
|
|
|
110
105
|
|
|
111
106
|
self._id = id
|
|
112
107
|
|
|
113
|
-
@property
|
|
114
|
-
def content(self):
|
|
115
|
-
"""Gets the content of this Image. # noqa: E501
|
|
116
|
-
|
|
117
|
-
Base64-encoded image. Returned only if `withImages` is set to true in the request. # noqa: E501
|
|
118
|
-
|
|
119
|
-
:return: The content of this Image. # noqa: E501
|
|
120
|
-
:rtype: str
|
|
121
|
-
"""
|
|
122
|
-
return self._content
|
|
123
|
-
|
|
124
|
-
@content.setter
|
|
125
|
-
def content(self, content):
|
|
126
|
-
"""Sets the content of this Image.
|
|
127
|
-
|
|
128
|
-
Base64-encoded image. Returned only if `withImages` is set to true in the request. # noqa: E501
|
|
129
|
-
|
|
130
|
-
:param content: The content of this Image. # noqa: E501
|
|
131
|
-
:type content: str
|
|
132
|
-
"""
|
|
133
|
-
|
|
134
|
-
self._content = content
|
|
135
|
-
|
|
136
108
|
@property
|
|
137
109
|
def content_type(self):
|
|
138
110
|
"""Gets the content_type of this Image. # noqa: E501
|