regula-facesdk-webclient 7.2.369.dev0__py3-none-any.whl → 7.2.370rc0__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.369.dev0.dist-info → regula_facesdk_webclient-7.2.370rc0.dist-info}/METADATA +1 -1
- regula_facesdk_webclient-7.2.370rc0.dist-info/RECORD +133 -0
- {regula_facesdk_webclient-7.2.369.dev0.dist-info → regula_facesdk_webclient-7.2.370rc0.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.369.dev0.dist-info/RECORD +0 -138
- {regula_facesdk_webclient-7.2.369.dev0.dist-info → regula_facesdk_webclient-7.2.370rc0.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
|
|
|
@@ -35,14 +35,26 @@ class SearchResult(object):
|
|
|
35
35
|
openapi_types = {
|
|
36
36
|
'code': 'int',
|
|
37
37
|
'persons': '[SearchPerson]',
|
|
38
|
+
'id': 'str, none_type',
|
|
39
|
+
'created_at': 'str, none_type',
|
|
40
|
+
'updated_at': 'str, none_type',
|
|
41
|
+
'groups': '[str], none_type',
|
|
42
|
+
'name': 'str, none_type',
|
|
43
|
+
'metadata': '{str: (bool, date, datetime, dict, float, int, list, str, none_type)}',
|
|
38
44
|
}
|
|
39
45
|
|
|
40
46
|
attribute_map = {
|
|
41
47
|
'code': 'code',
|
|
42
48
|
'persons': 'persons',
|
|
49
|
+
'id': 'id',
|
|
50
|
+
'created_at': 'createdAt',
|
|
51
|
+
'updated_at': 'updatedAt',
|
|
52
|
+
'groups': 'groups',
|
|
53
|
+
'name': 'name',
|
|
54
|
+
'metadata': 'metadata',
|
|
43
55
|
}
|
|
44
56
|
|
|
45
|
-
def __init__(self, code=None, persons=None, local_vars_configuration=None): # noqa: E501
|
|
57
|
+
def __init__(self, code=None, persons=None, id=None, created_at=None, updated_at=None, groups=None, name=None, metadata=None, local_vars_configuration=None): # noqa: E501
|
|
46
58
|
"""SearchResult - a model defined in OpenAPI""" # noqa: E501
|
|
47
59
|
if local_vars_configuration is None:
|
|
48
60
|
local_vars_configuration = Configuration()
|
|
@@ -50,12 +62,25 @@ class SearchResult(object):
|
|
|
50
62
|
|
|
51
63
|
self._code = None
|
|
52
64
|
self._persons = None
|
|
65
|
+
self._id = None
|
|
66
|
+
self._created_at = None
|
|
67
|
+
self._updated_at = None
|
|
68
|
+
self._groups = None
|
|
69
|
+
self._name = None
|
|
70
|
+
self._metadata = None
|
|
53
71
|
self.discriminator = None
|
|
54
72
|
|
|
55
73
|
if code is not None:
|
|
56
74
|
self.code = code
|
|
57
75
|
if persons is not None:
|
|
58
76
|
self.persons = persons
|
|
77
|
+
self.id = id
|
|
78
|
+
self.created_at = created_at
|
|
79
|
+
self.updated_at = updated_at
|
|
80
|
+
self.groups = groups
|
|
81
|
+
self.name = name
|
|
82
|
+
if metadata is not None:
|
|
83
|
+
self.metadata = metadata
|
|
59
84
|
|
|
60
85
|
@property
|
|
61
86
|
def code(self):
|
|
@@ -103,6 +128,144 @@ class SearchResult(object):
|
|
|
103
128
|
|
|
104
129
|
self._persons = persons
|
|
105
130
|
|
|
131
|
+
@property
|
|
132
|
+
def id(self):
|
|
133
|
+
"""Gets the id of this SearchResult. # noqa: E501
|
|
134
|
+
|
|
135
|
+
Person ID. The list of persons is sorted by decreasing ID value. # noqa: E501
|
|
136
|
+
|
|
137
|
+
:return: The id of this SearchResult. # noqa: E501
|
|
138
|
+
:rtype: str, none_type
|
|
139
|
+
"""
|
|
140
|
+
return self._id
|
|
141
|
+
|
|
142
|
+
@id.setter
|
|
143
|
+
def id(self, id):
|
|
144
|
+
"""Sets the id of this SearchResult.
|
|
145
|
+
|
|
146
|
+
Person ID. The list of persons is sorted by decreasing ID value. # noqa: E501
|
|
147
|
+
|
|
148
|
+
:param id: The id of this SearchResult. # noqa: E501
|
|
149
|
+
:type id: str, none_type
|
|
150
|
+
"""
|
|
151
|
+
|
|
152
|
+
self._id = id
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
def created_at(self):
|
|
156
|
+
"""Gets the created_at of this SearchResult. # noqa: E501
|
|
157
|
+
|
|
158
|
+
Person creation date. # noqa: E501
|
|
159
|
+
|
|
160
|
+
:return: The created_at of this SearchResult. # noqa: E501
|
|
161
|
+
:rtype: str, none_type
|
|
162
|
+
"""
|
|
163
|
+
return self._created_at
|
|
164
|
+
|
|
165
|
+
@created_at.setter
|
|
166
|
+
def created_at(self, created_at):
|
|
167
|
+
"""Sets the created_at of this SearchResult.
|
|
168
|
+
|
|
169
|
+
Person creation date. # noqa: E501
|
|
170
|
+
|
|
171
|
+
:param created_at: The created_at of this SearchResult. # noqa: E501
|
|
172
|
+
:type created_at: str, none_type
|
|
173
|
+
"""
|
|
174
|
+
|
|
175
|
+
self._created_at = created_at
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
def updated_at(self):
|
|
179
|
+
"""Gets the updated_at of this SearchResult. # noqa: E501
|
|
180
|
+
|
|
181
|
+
Person update date. # noqa: E501
|
|
182
|
+
|
|
183
|
+
:return: The updated_at of this SearchResult. # noqa: E501
|
|
184
|
+
:rtype: str, none_type
|
|
185
|
+
"""
|
|
186
|
+
return self._updated_at
|
|
187
|
+
|
|
188
|
+
@updated_at.setter
|
|
189
|
+
def updated_at(self, updated_at):
|
|
190
|
+
"""Sets the updated_at of this SearchResult.
|
|
191
|
+
|
|
192
|
+
Person update date. # noqa: E501
|
|
193
|
+
|
|
194
|
+
:param updated_at: The updated_at of this SearchResult. # noqa: E501
|
|
195
|
+
:type updated_at: str, none_type
|
|
196
|
+
"""
|
|
197
|
+
|
|
198
|
+
self._updated_at = updated_at
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
def groups(self):
|
|
202
|
+
"""Gets the groups of this SearchResult. # noqa: E501
|
|
203
|
+
|
|
204
|
+
List of groups this person belongs to. # noqa: E501
|
|
205
|
+
|
|
206
|
+
:return: The groups of this SearchResult. # noqa: E501
|
|
207
|
+
:rtype: [str], none_type
|
|
208
|
+
"""
|
|
209
|
+
return self._groups
|
|
210
|
+
|
|
211
|
+
@groups.setter
|
|
212
|
+
def groups(self, groups):
|
|
213
|
+
"""Sets the groups of this SearchResult.
|
|
214
|
+
|
|
215
|
+
List of groups this person belongs to. # noqa: E501
|
|
216
|
+
|
|
217
|
+
:param groups: The groups of this SearchResult. # noqa: E501
|
|
218
|
+
:type groups: [str], none_type
|
|
219
|
+
"""
|
|
220
|
+
|
|
221
|
+
self._groups = groups
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
def name(self):
|
|
225
|
+
"""Gets the name of this SearchResult. # noqa: E501
|
|
226
|
+
|
|
227
|
+
Person's name. # noqa: E501
|
|
228
|
+
|
|
229
|
+
:return: The name of this SearchResult. # noqa: E501
|
|
230
|
+
:rtype: str, none_type
|
|
231
|
+
"""
|
|
232
|
+
return self._name
|
|
233
|
+
|
|
234
|
+
@name.setter
|
|
235
|
+
def name(self, name):
|
|
236
|
+
"""Sets the name of this SearchResult.
|
|
237
|
+
|
|
238
|
+
Person's name. # noqa: E501
|
|
239
|
+
|
|
240
|
+
:param name: The name of this SearchResult. # noqa: E501
|
|
241
|
+
:type name: str, none_type
|
|
242
|
+
"""
|
|
243
|
+
|
|
244
|
+
self._name = name
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
def metadata(self):
|
|
248
|
+
"""Gets the metadata of this SearchResult. # noqa: E501
|
|
249
|
+
|
|
250
|
+
A free-form object containing person's extended attributes. Available when a person is being created # noqa: E501
|
|
251
|
+
|
|
252
|
+
:return: The metadata of this SearchResult. # noqa: E501
|
|
253
|
+
:rtype: {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
|
|
254
|
+
"""
|
|
255
|
+
return self._metadata
|
|
256
|
+
|
|
257
|
+
@metadata.setter
|
|
258
|
+
def metadata(self, metadata):
|
|
259
|
+
"""Sets the metadata of this SearchResult.
|
|
260
|
+
|
|
261
|
+
A free-form object containing person's extended attributes. Available when a person is being created # noqa: E501
|
|
262
|
+
|
|
263
|
+
:param metadata: The metadata of this SearchResult. # noqa: E501
|
|
264
|
+
:type metadata: {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
|
|
265
|
+
"""
|
|
266
|
+
|
|
267
|
+
self._metadata = metadata
|
|
268
|
+
|
|
106
269
|
def to_dict(self):
|
|
107
270
|
"""Returns the model properties as a dict"""
|
|
108
271
|
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
|
|
|
@@ -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
|
|
|
@@ -15,8 +15,6 @@ from regula.facesdk.webclient.gen.model.add_image_to_person_response import AddI
|
|
|
15
15
|
from regula.facesdk.webclient.gen.model.attribute_config import AttributeConfig
|
|
16
16
|
from regula.facesdk.webclient.gen.model.attribute_config_list import AttributeConfigList
|
|
17
17
|
from regula.facesdk.webclient.gen.model.crop import Crop
|
|
18
|
-
from regula.facesdk.webclient.gen.model.detect_attributes_details import DetectAttributesDetails
|
|
19
|
-
from regula.facesdk.webclient.gen.model.detect_details_meta import DetectDetailsMeta
|
|
20
18
|
from regula.facesdk.webclient.gen.model.detect_request import DetectRequest
|
|
21
19
|
from regula.facesdk.webclient.gen.model.detect_response import DetectResponse
|
|
22
20
|
from regula.facesdk.webclient.gen.model.detect_response_all_of import DetectResponseAllOf
|
|
@@ -53,7 +51,8 @@ from regula.facesdk.webclient.gen.model.image_page_all_of import ImagePageAllOf
|
|
|
53
51
|
from regula.facesdk.webclient.gen.model.image_source import ImageSource
|
|
54
52
|
from regula.facesdk.webclient.gen.model.liveness_type import LivenessType
|
|
55
53
|
from regula.facesdk.webclient.gen.model.match_and_search_request import MatchAndSearchRequest
|
|
56
|
-
from regula.facesdk.webclient.gen.model.
|
|
54
|
+
from regula.facesdk.webclient.gen.model.match_and_search_request_all_of import MatchAndSearchRequestAllOf
|
|
55
|
+
from regula.facesdk.webclient.gen.model.match_and_search_request_all_of_images import MatchAndSearchRequestAllOfImages
|
|
57
56
|
from regula.facesdk.webclient.gen.model.match_and_search_response import MatchAndSearchResponse
|
|
58
57
|
from regula.facesdk.webclient.gen.model.match_and_search_response_all_of import MatchAndSearchResponseAllOf
|
|
59
58
|
from regula.facesdk.webclient.gen.model.match_and_search_response_all_of_detections import MatchAndSearchResponseAllOfDetections
|
|
@@ -92,7 +91,6 @@ from regula.facesdk.webclient.gen.model.search_parameters_create_person import S
|
|
|
92
91
|
from regula.facesdk.webclient.gen.model.search_person import SearchPerson
|
|
93
92
|
from regula.facesdk.webclient.gen.model.search_person_all_of import SearchPersonAllOf
|
|
94
93
|
from regula.facesdk.webclient.gen.model.search_request import SearchRequest
|
|
95
|
-
from regula.facesdk.webclient.gen.model.search_request_all_of import SearchRequestAllOf
|
|
96
94
|
from regula.facesdk.webclient.gen.model.search_result import SearchResult
|
|
97
95
|
from regula.facesdk.webclient.gen.model.transaction_info import TransactionInfo
|
|
98
96
|
from regula.facesdk.webclient.gen.model.update_group import UpdateGroup
|
|
@@ -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
|
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
regula/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
regula/facesdk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
regula/facesdk/webclient/__init__.py,sha256=XPXwNo7pfhfo5mWwcf3XOVNEl26y8ThLcbtaj-5Zqgc,755
|
|
4
|
+
regula/facesdk/webclient/ext/__init__.py,sha256=Oe-XQEuAwDdw7CHUngYztpLjlrYWWki3dHIzG1b5HVQ,306
|
|
5
|
+
regula/facesdk/webclient/ext/common.py,sha256=CivAX7mWEXGghdmZg63q_2suKWz6QN_MyOuZLdf_1c4,126
|
|
6
|
+
regula/facesdk/webclient/ext/api/__init__.py,sha256=QIRwODYedltCAWMYSNhMdm1m2MTpOh-nSIXSJuSn1nI,187
|
|
7
|
+
regula/facesdk/webclient/ext/api/group_api.py,sha256=hrksEGce3IKuz_bMhSN-EGeTDFfNDxeyzS9zf0a9_co,1703
|
|
8
|
+
regula/facesdk/webclient/ext/api/match_api.py,sha256=XCJZrISHr2QvF9rH6qH947IpjFmxI6KTzpduD6h9w_U,2019
|
|
9
|
+
regula/facesdk/webclient/ext/api/person_api.py,sha256=GsS4hxbMYvCoFM0uhCvUW-y_yE-MH5e5KM83UfL0AIU,2240
|
|
10
|
+
regula/facesdk/webclient/ext/api/sdk.py,sha256=7j4uF8P3lIhlCUjERLyMlS7mjBz9EBGkVZ2c7C4kyg4,1092
|
|
11
|
+
regula/facesdk/webclient/ext/api/search_api.py,sha256=7lJErzCN6OJog06cMBhFF_uSgyNbxEX3MvKur1R22ZQ,736
|
|
12
|
+
regula/facesdk/webclient/ext/models/__init__.py,sha256=0edbXIracTJaNbp03U48tDzN8bd3ZqHwSX4PIJJhZ7Y,280
|
|
13
|
+
regula/facesdk/webclient/ext/models/detect_request.py,sha256=4u3mxW1tWcTDotl66smnlZQeSKcaem9kzpr9hvYHBFc,1045
|
|
14
|
+
regula/facesdk/webclient/ext/models/match_image.py,sha256=3wU7SdVfOoqXDkrxCuFdzHni4z5vajwmMJ1Q9ncfQRk,773
|
|
15
|
+
regula/facesdk/webclient/ext/models/match_request.py,sha256=KwZoq0Iejaoxw2l6wp9plkxIIp5vXF2ldfdruOT_kSA,1202
|
|
16
|
+
regula/facesdk/webclient/gen/__init__.py,sha256=hWds1mvAM2ruilqPXcwyRCJpblEjbozRTzj43y1DWAw,2400
|
|
17
|
+
regula/facesdk/webclient/gen/api_client.py,sha256=ztEqaIfei1BFf_MPAP6iVCCzSc6mzIM6em7OayhEd9c,28844
|
|
18
|
+
regula/facesdk/webclient/gen/configuration.py,sha256=Kzfg1JFFP2r8ieTy_BGE_21C0X6TuuHZJmB8q8W1TF0,17800
|
|
19
|
+
regula/facesdk/webclient/gen/exceptions.py,sha256=tCcwZlgOfxyQOrBGvD9GaF7oqjdMCuqIR01xL8Uqt_M,6610
|
|
20
|
+
regula/facesdk/webclient/gen/model_utils.py,sha256=pVljPNWf2UQIsJy_xXyu1TaNmW4cKW3xn4v90gGgu-o,83638
|
|
21
|
+
regula/facesdk/webclient/gen/rest.py,sha256=JWrlJhcnw2Zh33hp2B315A45KfYm-FR3ELQbqgqYQ8Q,15748
|
|
22
|
+
regula/facesdk/webclient/gen/api/__init__.py,sha256=gxXDi5dbs4PxLIxLE5XTwUqZzdnaL6YVfNX19gh04Bs,230
|
|
23
|
+
regula/facesdk/webclient/gen/api/diagnostics_api.py,sha256=qnpQ8Kmyc_6csPryYHw9MAkMtZQnt-dZhVDu1INrV6k,7766
|
|
24
|
+
regula/facesdk/webclient/gen/api/group_api.py,sha256=Bs0eH54kJxqxsosiaokgT2hSsvF7IzvFPNXFUwWSgAY,47125
|
|
25
|
+
regula/facesdk/webclient/gen/api/healthcheck_api.py,sha256=9RxfI3g1xGwtUtZVBdX5dMVJ6sYerwJRgqZzXrYNmyE,12485
|
|
26
|
+
regula/facesdk/webclient/gen/api/liveness_2_0_api.py,sha256=ph3J2jUyqgP3y0jYa9MIcTYARm_d1VSmKNreB01rSZs,11319
|
|
27
|
+
regula/facesdk/webclient/gen/api/liveness_api.py,sha256=maiSEZGIGU15uhkww38TgzmMsBA1UGjnq6L-kWkBSD4,18968
|
|
28
|
+
regula/facesdk/webclient/gen/api/match_api.py,sha256=4_A5KZRtVqLtwnTfnYStC52FVYAN26CpX33plns_tbQ,25537
|
|
29
|
+
regula/facesdk/webclient/gen/api/person_api.py,sha256=d07JDnIWX5VrJA0uF52fAExznjqCS7UlzwfOYUav5jc,61950
|
|
30
|
+
regula/facesdk/webclient/gen/api/search_api.py,sha256=8OB8xxfp-WCO86F-evhwD80iPxxQIp73pxwlmep3mwM,8563
|
|
31
|
+
regula/facesdk/webclient/gen/apis/__init__.py,sha256=jALPJEtfrPwELIGM_COy2usC36g-5vBgKS4Wq1npFnQ,821
|
|
32
|
+
regula/facesdk/webclient/gen/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
|
|
33
|
+
regula/facesdk/webclient/gen/model/add_image_to_person_request.py,sha256=Th8XRNPYSWCn9I0s1JGeEgPvvZPAE4y1gnQrtsdZcMk,7448
|
|
34
|
+
regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py,sha256=i7rt91_vaui62lMNSjtWWfBJbUSE15aQ0n3mpRPRS5o,7721
|
|
35
|
+
regula/facesdk/webclient/gen/model/add_image_to_person_response.py,sha256=MocMzXfCloiY-PW7fab8B0j2JpgdiRizyeObCzu9DM8,9291
|
|
36
|
+
regula/facesdk/webclient/gen/model/attribute_config.py,sha256=f-rX7StrEIECadcUkPFl4rCKiJtOOckS-A74ACDHJ50,4852
|
|
37
|
+
regula/facesdk/webclient/gen/model/attribute_config_list.py,sha256=Iygxd7ML5QbZye3J0ZxUBTJHXsiQhnaYBnQ_iPZpRFM,4242
|
|
38
|
+
regula/facesdk/webclient/gen/model/crop.py,sha256=9vJ4SXqFHZ7rKJCXUxdS24T8EM5RsQ2ul9X0_xHzui0,7888
|
|
39
|
+
regula/facesdk/webclient/gen/model/detect_request.py,sha256=8bN7aAUVq78l_XoqrHtcdGO0CMa4luOoiozYGFWiJWQ,7303
|
|
40
|
+
regula/facesdk/webclient/gen/model/detect_request_attributes.py,sha256=g1PwgkmcIbof8bIocGL0Qf20R25yNFv97vOR50EU8zo,3803
|
|
41
|
+
regula/facesdk/webclient/gen/model/detect_response.py,sha256=-lMF_eHRobI3vJes0eg8-Bw0Ecm5SFPqvSAAeUF6yOo,5690
|
|
42
|
+
regula/facesdk/webclient/gen/model/detect_response_all_of.py,sha256=H-KZcjb4JYtJe-U8QXE2jZXHuVcNr00XYr7nqhL34I0,4944
|
|
43
|
+
regula/facesdk/webclient/gen/model/detect_result.py,sha256=eowuownVtTT_fsJwqYl0ejGolXphpZyQA5l5DtMhFl8,8247
|
|
44
|
+
regula/facesdk/webclient/gen/model/detection.py,sha256=spmEPAwKED_53u92f-YJjieuZ4BxTrgAXw1abG6kPvc,8931
|
|
45
|
+
regula/facesdk/webclient/gen/model/detection_attributes.py,sha256=tYghoDqhQG13QWrTDKatqwBU4Jht1n2RfUH89AQkm8c,6032
|
|
46
|
+
regula/facesdk/webclient/gen/model/detection_face.py,sha256=hTIkCYwRRuDU1ww8Dtne4WZQf18C2noxuoCMZ4qjx1o,9131
|
|
47
|
+
regula/facesdk/webclient/gen/model/detection_quality.py,sha256=_n8VgXjE2I_L_amxaRCTJydH0WeSO5Bwt5p3WgbaEbw,8855
|
|
48
|
+
regula/facesdk/webclient/gen/model/device_info.py,sha256=mjCeZa2IkqlYwP6RQ31nLH07-mJUdGaSW_RyTsaswmc,8337
|
|
49
|
+
regula/facesdk/webclient/gen/model/face_align_type_quality.py,sha256=cCA0RKeNEWNdswIMTYwoyLwLfBz4CrqAIWOxfwaOLds,3328
|
|
50
|
+
regula/facesdk/webclient/gen/model/face_attribute.py,sha256=gLunxhF_O7eKdx5QJeU-WB_pR4FVvXKKFR_HL_-doOI,4865
|
|
51
|
+
regula/facesdk/webclient/gen/model/face_image_quality_align_type.py,sha256=CROQhigvsKPYM9swAPcRdGZROWtB0D9yNPgy9AqdZes,4515
|
|
52
|
+
regula/facesdk/webclient/gen/model/face_image_quality_groups.py,sha256=BnQ4m3xrSGKtnp9ZoTJ2eJ9Pz4aqm4Yf5X4iYtGBiFQ,4765
|
|
53
|
+
regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py,sha256=6rZa5YBtKk4KeDvErcvwBfHx2Cnv3CHvF9TO0eJcY84,4889
|
|
54
|
+
regula/facesdk/webclient/gen/model/face_image_quality_status.py,sha256=oFy3e4rhX9TiE4yaAdjhDEVKhheNiVCcNbPV12XWdVA,4497
|
|
55
|
+
regula/facesdk/webclient/gen/model/face_quality_config_name.py,sha256=sb_9xx7x7vUyyRV-hu1jkEzTaDTU47cnKPiC5oOb9II,7296
|
|
56
|
+
regula/facesdk/webclient/gen/model/face_quality_scenarios.py,sha256=biXRq6B4p4LEcfo3FLikvydj61HOjYzbFGoWfXcWNoM,4791
|
|
57
|
+
regula/facesdk/webclient/gen/model/face_quality_status.py,sha256=Jwu6hHMR7mHw_QpaosrYeNMyJg1HWEtIzUGTXABcdX4,3310
|
|
58
|
+
regula/facesdk/webclient/gen/model/face_rectangular.py,sha256=uh1xOVuqPwBCEsxRQyQcgl1JaZoDHYzDO7RaJ-XGzCU,4226
|
|
59
|
+
regula/facesdk/webclient/gen/model/face_sdk_result.py,sha256=Bg-wHCq1g_MRT0E5AkvQdR4YD4SyGlZ9CCyZpuc8Oys,5002
|
|
60
|
+
regula/facesdk/webclient/gen/model/face_sdk_result_code.py,sha256=sWyxBR9avMJbrcoShEhM_UYtyeEhn_sVMdywLPIkhxg,7243
|
|
61
|
+
regula/facesdk/webclient/gen/model/faces_response.py,sha256=A12nyXS8z5Rtobg657rMOToPw9XSDzm-rgjFQ2N9t1o,9735
|
|
62
|
+
regula/facesdk/webclient/gen/model/faces_response_all_of.py,sha256=RcqQwYSXb9Rfnz1gJ4j7AFTN3zQwT_N-y6wWsWY3J5c,5855
|
|
63
|
+
regula/facesdk/webclient/gen/model/filter_op.py,sha256=JyaoAGQHVBZNSplYvZbstsUCJui8jJJd_B4cSY_96jY,4298
|
|
64
|
+
regula/facesdk/webclient/gen/model/filter_search_request.py,sha256=gNXq7XdUKvl5-HgBuK96xsAMMTSe_5Kb9KDdo-YrGOU,6357
|
|
65
|
+
regula/facesdk/webclient/gen/model/group.py,sha256=JU7ooB9H3gHZbWveCKx7Zd4nc-d9roVHcY0SSiow1EQ,7169
|
|
66
|
+
regula/facesdk/webclient/gen/model/group_all_of.py,sha256=MhfFyecfu44fJBBpVVaFBmnZY5aALmmBc2KfiCkOdc0,5589
|
|
67
|
+
regula/facesdk/webclient/gen/model/group_page.py,sha256=cOV7jAidSnNu34k4fzIQW9PqnBMwyQAOTrNoZf511h8,6413
|
|
68
|
+
regula/facesdk/webclient/gen/model/group_page_all_of.py,sha256=13yKK8gqtAEaYROPI69HPK4gEI0JdULiLK78XQxnEQ0,4991
|
|
69
|
+
regula/facesdk/webclient/gen/model/group_response.py,sha256=m_cTACQ3Bs14w5iwP_D7RpBHxFzX5MQjp5XCqIhb70o,5924
|
|
70
|
+
regula/facesdk/webclient/gen/model/group_to_create.py,sha256=wy_oM6es86X08GsCXKbQPVuGsAQswB6P58rIecl2zjs,6891
|
|
71
|
+
regula/facesdk/webclient/gen/model/image.py,sha256=_FFLr0Pc6OmXJyM-nbhs5Ii1_1hate6rWUOXQmgE-Jg,9538
|
|
72
|
+
regula/facesdk/webclient/gen/model/image_fields.py,sha256=GUTxim2tgOmGOuj_yUA_6mYsdZTdtK12vGPQWA516vU,9009
|
|
73
|
+
regula/facesdk/webclient/gen/model/image_fields_image.py,sha256=WB40A9HS-rHW4yqR1y-ngD06vX5W9IFHaU-2vWMxFt4,6382
|
|
74
|
+
regula/facesdk/webclient/gen/model/image_page.py,sha256=e2jJwQMD7SmQd4ZqxhmBrX6y-Tv57oTzRke91CBtQs8,6269
|
|
75
|
+
regula/facesdk/webclient/gen/model/image_page_all_of.py,sha256=3zznUGybwZsfMuCbdyxCH0beGddRRJKBkUxpCHhJxsg,4847
|
|
76
|
+
regula/facesdk/webclient/gen/model/image_source.py,sha256=-dL6a4ct1Sg80Y94IKgGHKwDbnBNzgQsB_SjhBrxInk,4559
|
|
77
|
+
regula/facesdk/webclient/gen/model/liveness_transaction.py,sha256=nD4lnD7YbziL9wM3E_VPGvCubDdSllCsxQ8LPtKXyBI,9945
|
|
78
|
+
regula/facesdk/webclient/gen/model/liveness_type.py,sha256=sVFVIsUe3EbFINE0CrcF4SMv9q2XPCmmNhCChsS-Ils,4327
|
|
79
|
+
regula/facesdk/webclient/gen/model/match_and_search_request.py,sha256=XOD3YSz7JSmqQI8w1gyTnGrrir9x7cih5ZWX-ZS8_mU,6716
|
|
80
|
+
regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py,sha256=iCFw4Ak_98WS1Z6d0cMrzUvNe_1Z6Erim-8zHBy1Mrg,6796
|
|
81
|
+
regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py,sha256=ZfhmeGXhWF0VTGfGxaKJ34ma8VgB7hjZlsVgZQNY-zU,5795
|
|
82
|
+
regula/facesdk/webclient/gen/model/match_and_search_response.py,sha256=Ur93C5StGgYBZE-3eePj4zFUb037TsGG7URofiWA_Co,8831
|
|
83
|
+
regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py,sha256=gOqSqEJE0lHs1ylVuZT0tqgi5yhGpRZ3-n2dOYuw53c,8113
|
|
84
|
+
regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py,sha256=PaQ-abgozhwXOBLB8-wjoghuRJqcPb7u2veAswNTFsc,7109
|
|
85
|
+
regula/facesdk/webclient/gen/model/match_image.py,sha256=QceKCIzvPrsLXhswCZR_y0WpMaxx_WVNy3q5jGq2Lbc,7550
|
|
86
|
+
regula/facesdk/webclient/gen/model/match_image_detection.py,sha256=UzY8q0Lv7NVZn3HUy-5nRv5kj3cXCbYnfHRMJVoqmeQ,7138
|
|
87
|
+
regula/facesdk/webclient/gen/model/match_image_result.py,sha256=p09RjH0-zAWS9WaJQCR6fkqCnOuSl2h6D2cjQhxSKro,11931
|
|
88
|
+
regula/facesdk/webclient/gen/model/match_request.py,sha256=eQ2eqzul3NZSb-XSWB4X26X3CB9RawvEMu45OSWqYx8,7763
|
|
89
|
+
regula/facesdk/webclient/gen/model/match_request_output_image_params.py,sha256=nxgWKOAk24TgYACh2MySGM6FAGqpF4De1pQwfidknNU,6185
|
|
90
|
+
regula/facesdk/webclient/gen/model/match_request_output_image_params_crop.py,sha256=Am0USCOX2VKlzm_d-hu4D11y9Hof8fXZ17OGCLbdR2k,9093
|
|
91
|
+
regula/facesdk/webclient/gen/model/match_response.py,sha256=TswVUWxhVUmOGEVF4wN5dAU2Z2vnMD6Jcx54ZqO1Qh4,7676
|
|
92
|
+
regula/facesdk/webclient/gen/model/match_response_all_of.py,sha256=ZxcQvCgIjUdCR4C3SiFirpSNdJINkVDN_jcjMr3FzlM,6974
|
|
93
|
+
regula/facesdk/webclient/gen/model/operation_log.py,sha256=R3tEqzcXPBMun_MT1TcN1DDMgb8aruq43mMXPtjeedM,7325
|
|
94
|
+
regula/facesdk/webclient/gen/model/output_image_params.py,sha256=5gUb9j9UYw8ks18rZqURlIRHM5YoZQNPkVfGK_gv6g8,5694
|
|
95
|
+
regula/facesdk/webclient/gen/model/page.py,sha256=fu8Y8s2Z1DIiqsPTHPuU_m7oYFQbymT2Fns9W9A-CBo,5606
|
|
96
|
+
regula/facesdk/webclient/gen/model/person.py,sha256=Y57juTSjOpoWDKiClNvSe2Ubb-BxbEora5OPyml5DOk,10820
|
|
97
|
+
regula/facesdk/webclient/gen/model/person_all_of.py,sha256=GeZ_MnqhQOD071OoGbofeAsr4lZLlTrw8FEvTiBW4SQ,7248
|
|
98
|
+
regula/facesdk/webclient/gen/model/person_created_response.py,sha256=PeNxyIx2fCNlwSw87HNOyIx5WiMgiD5ovncrpSY_PD8,5711
|
|
99
|
+
regula/facesdk/webclient/gen/model/person_fields.py,sha256=xdARHJKjYMf5YWW0up53D856E3jj-3WiOM6yJPgxz8I,8924
|
|
100
|
+
regula/facesdk/webclient/gen/model/person_to_update_fields.py,sha256=UU3L39t4BaR2ySai0rsZa922WQrqyxP2ElJQxWt7gzQ,8210
|
|
101
|
+
regula/facesdk/webclient/gen/model/person_with_images.py,sha256=NlYRKCGyMaB44zhOrCqZ3N9SF9_L5ifJbeMZLiw-zaA,11939
|
|
102
|
+
regula/facesdk/webclient/gen/model/person_with_images_all_of.py,sha256=fMhyyKFalcmxv-5cSrI-eVELWgISBrjxKderwgdeRs8,5031
|
|
103
|
+
regula/facesdk/webclient/gen/model/persons_page.py,sha256=xWR9Nc8GN8CgQvTEr56PCW_oThu5K_ngI165zWI-i6M,6304
|
|
104
|
+
regula/facesdk/webclient/gen/model/persons_page_all_of.py,sha256=szgqOY5ehNfQak-YoC12lTGCxHwjknukROFycpaGOuw,4866
|
|
105
|
+
regula/facesdk/webclient/gen/model/process_param.py,sha256=gq1xr5uRESLYiMBTEwLatDvWtBEc8D3By7ic7_ICI04,8419
|
|
106
|
+
regula/facesdk/webclient/gen/model/process_param_attributes.py,sha256=e3B9B9TC6uIVpHzzRZo6T3hrQKzRNmCzAEQDXMi2GDo,4968
|
|
107
|
+
regula/facesdk/webclient/gen/model/quality_config.py,sha256=ElzVbYH3pxuydxT9zDJZ9i4rXXrVBaT_r3a100Pj69E,6380
|
|
108
|
+
regula/facesdk/webclient/gen/model/quality_config_list.py,sha256=SRREZgGclQRQ9uCP2WQNsXS1-N9EK4ojmhbleQlyt-M,4234
|
|
109
|
+
regula/facesdk/webclient/gen/model/quality_detail.py,sha256=XNAzzASnDpf07bNBh7V9FY8F-nwev0PYwGV06Dxh9gw,8326
|
|
110
|
+
regula/facesdk/webclient/gen/model/quality_details_groups.py,sha256=wVEye-dleHS72jtpD8PmINdXHEfiiiIgDVPd5IrqzWo,7594
|
|
111
|
+
regula/facesdk/webclient/gen/model/quality_request.py,sha256=9amUfVEFlmeh9kTZA09LVyyupCVG-ymp__bY0gVwfGY,5864
|
|
112
|
+
regula/facesdk/webclient/gen/model/recognize_image.py,sha256=DL1s_FpT9RJDuQja_M25jKvdu-qrC--umifoL7TNy1c,11522
|
|
113
|
+
regula/facesdk/webclient/gen/model/recognize_image_all_of.py,sha256=-FSmFQlMzm2nNQmMQESBpcQneb4OjEidRPxqsUqGt1k,5980
|
|
114
|
+
regula/facesdk/webclient/gen/model/resize_options.py,sha256=sA_iquSj4mELpQLbJYQ92QkTIyen9k0U_-9_QnntkRo,6401
|
|
115
|
+
regula/facesdk/webclient/gen/model/rgb.py,sha256=jPm35E8tBHz60igNscvxp_JxgGCtTe8JvGwdaXym_pM,4178
|
|
116
|
+
regula/facesdk/webclient/gen/model/search_bad_params.py,sha256=Ym9QZYcVXrcQ9_E0Gj_dkox9gWZW6JOsyIBgYrxpbXo,6177
|
|
117
|
+
regula/facesdk/webclient/gen/model/search_detection.py,sha256=ipdWJyEt4s2btUz6QlrcnZ6u0QXzE3VeGio6847OBMI,12306
|
|
118
|
+
regula/facesdk/webclient/gen/model/search_parameters.py,sha256=DeXIFju9yHymJwbYklaUxTHmCRfs0POPz3zMRORwYMI,6637
|
|
119
|
+
regula/facesdk/webclient/gen/model/search_parameters_create_person.py,sha256=m5iCcEeHKpOq1IsljgaO9Mw9MolclrYqnVg_iXN5_IA,6876
|
|
120
|
+
regula/facesdk/webclient/gen/model/search_person.py,sha256=uDJKuEgm3D2qQhkFcZmfTCClpTXbhQHXswKACZFpgrg,12514
|
|
121
|
+
regula/facesdk/webclient/gen/model/search_person_all_of.py,sha256=4IwmafZ24b0HY2_dLc0TXW1FxPTJqMS00DsZdVZVYjo,5754
|
|
122
|
+
regula/facesdk/webclient/gen/model/search_request.py,sha256=DHGdV8PYzQFQMNSEL9Y-lRIKS0ERcF0qOAl-J0h5fWY,11434
|
|
123
|
+
regula/facesdk/webclient/gen/model/search_request_all_of.py,sha256=d7BwYtTgTnjdjgt67ySwSaRdlGDHkmRdQa_Qj5hQ_xo,5497
|
|
124
|
+
regula/facesdk/webclient/gen/model/search_result.py,sha256=JrvirT-bmsRKUQqu7dgxLGB-67wD-PhmcyIMD3K5AsI,10600
|
|
125
|
+
regula/facesdk/webclient/gen/model/search_result_all_of.py,sha256=b0aT2U4Ii97sG9oS4H-xAYts3e5dpwGKMBsLsey0hRU,3339
|
|
126
|
+
regula/facesdk/webclient/gen/model/transaction_config.py,sha256=lpbiYPiiStKRCq2cebXl8gmC7yfBrOkaeoOAmh7piDs,3067
|
|
127
|
+
regula/facesdk/webclient/gen/model/transaction_info.py,sha256=KW561uj8N_V0K2T_PfZM35Rrr115V7W6R-8rL8T89j0,12295
|
|
128
|
+
regula/facesdk/webclient/gen/model/update_group.py,sha256=zjZC45uUi4zxsd7-x3ew0UTjgYWNEzZwK_9fG1SLE9I,5789
|
|
129
|
+
regula/facesdk/webclient/gen/models/__init__.py,sha256=Ihl1_q8QebOwU3UEvc-LxCrLwq6KJ6tPP070miKmeXg,7381
|
|
130
|
+
regula_facesdk_webclient-7.2.370rc0.dist-info/METADATA,sha256=aCP5JXJVXQki3I7AXJQbHg-Q6zIRGkN0Jk8Ey6Y_nq0,3086
|
|
131
|
+
regula_facesdk_webclient-7.2.370rc0.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
132
|
+
regula_facesdk_webclient-7.2.370rc0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
|
|
133
|
+
regula_facesdk_webclient-7.2.370rc0.dist-info/RECORD,,
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
Regula Face SDK Web API
|
|
5
|
-
|
|
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
|
-
|
|
8
|
-
The version of the OpenAPI document: 7.2.0
|
|
9
|
-
Generated by: https://openapi-generator.tech
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import pprint
|
|
14
|
-
import re # noqa: F401
|
|
15
|
-
|
|
16
|
-
import six
|
|
17
|
-
|
|
18
|
-
from regula.facesdk.webclient.gen.configuration import Configuration
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
class DetectAttributesDetails(object):
|
|
22
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
23
|
-
Ref: https://openapi-generator.tech
|
|
24
|
-
|
|
25
|
-
Do not edit the class manually.
|
|
26
|
-
"""
|
|
27
|
-
|
|
28
|
-
"""
|
|
29
|
-
Attributes:
|
|
30
|
-
openapi_types (dict): The key is attribute name
|
|
31
|
-
and the value is attribute type.
|
|
32
|
-
attribute_map (dict): The key is attribute name
|
|
33
|
-
and the value is json key in definition.
|
|
34
|
-
"""
|
|
35
|
-
openapi_types = {
|
|
36
|
-
'name': 'str',
|
|
37
|
-
'value': '[int]',
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
attribute_map = {
|
|
41
|
-
'name': 'name',
|
|
42
|
-
'value': 'value',
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
def __init__(self, name=None, value=None, local_vars_configuration=None): # noqa: E501
|
|
46
|
-
"""DetectAttributesDetails - a model defined in OpenAPI""" # noqa: E501
|
|
47
|
-
if local_vars_configuration is None:
|
|
48
|
-
local_vars_configuration = Configuration()
|
|
49
|
-
self.local_vars_configuration = local_vars_configuration
|
|
50
|
-
|
|
51
|
-
self._name = None
|
|
52
|
-
self._value = None
|
|
53
|
-
self.discriminator = None
|
|
54
|
-
|
|
55
|
-
if name is not None:
|
|
56
|
-
self.name = name
|
|
57
|
-
if value is not None:
|
|
58
|
-
self.value = value
|
|
59
|
-
|
|
60
|
-
@property
|
|
61
|
-
def name(self):
|
|
62
|
-
"""Gets the name of this DetectAttributesDetails. # noqa: E501
|
|
63
|
-
|
|
64
|
-
The name of the attribute. # noqa: E501
|
|
65
|
-
|
|
66
|
-
:return: The name of this DetectAttributesDetails. # noqa: E501
|
|
67
|
-
:rtype: str
|
|
68
|
-
"""
|
|
69
|
-
return self._name
|
|
70
|
-
|
|
71
|
-
@name.setter
|
|
72
|
-
def name(self, name):
|
|
73
|
-
"""Sets the name of this DetectAttributesDetails.
|
|
74
|
-
|
|
75
|
-
The name of the attribute. # noqa: E501
|
|
76
|
-
|
|
77
|
-
:param name: The name of this DetectAttributesDetails. # noqa: E501
|
|
78
|
-
:type name: str
|
|
79
|
-
"""
|
|
80
|
-
|
|
81
|
-
self._name = name
|
|
82
|
-
|
|
83
|
-
@property
|
|
84
|
-
def value(self):
|
|
85
|
-
"""Gets the value of this DetectAttributesDetails. # noqa: E501
|
|
86
|
-
|
|
87
|
-
The estimated value for the attribute, see the [Returned values column](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/). # noqa: E501
|
|
88
|
-
|
|
89
|
-
:return: The value of this DetectAttributesDetails. # noqa: E501
|
|
90
|
-
:rtype: [int]
|
|
91
|
-
"""
|
|
92
|
-
return self._value
|
|
93
|
-
|
|
94
|
-
@value.setter
|
|
95
|
-
def value(self, value):
|
|
96
|
-
"""Sets the value of this DetectAttributesDetails.
|
|
97
|
-
|
|
98
|
-
The estimated value for the attribute, see the [Returned values column](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/). # noqa: E501
|
|
99
|
-
|
|
100
|
-
:param value: The value of this DetectAttributesDetails. # noqa: E501
|
|
101
|
-
:type value: [int]
|
|
102
|
-
"""
|
|
103
|
-
|
|
104
|
-
self._value = value
|
|
105
|
-
|
|
106
|
-
def to_dict(self):
|
|
107
|
-
"""Returns the model properties as a dict"""
|
|
108
|
-
result = {}
|
|
109
|
-
|
|
110
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
|
111
|
-
value = getattr(self, attr)
|
|
112
|
-
if isinstance(value, list):
|
|
113
|
-
result[attr] = list(map(
|
|
114
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
115
|
-
value
|
|
116
|
-
))
|
|
117
|
-
elif hasattr(value, "to_dict"):
|
|
118
|
-
result[attr] = value.to_dict()
|
|
119
|
-
elif isinstance(value, dict):
|
|
120
|
-
result[attr] = dict(map(
|
|
121
|
-
lambda item: (item[0], item[1].to_dict())
|
|
122
|
-
if hasattr(item[1], "to_dict") else item,
|
|
123
|
-
value.items()
|
|
124
|
-
))
|
|
125
|
-
else:
|
|
126
|
-
result[attr] = value
|
|
127
|
-
|
|
128
|
-
return result
|
|
129
|
-
|
|
130
|
-
def to_str(self):
|
|
131
|
-
"""Returns the string representation of the model"""
|
|
132
|
-
return pprint.pformat(self.to_dict())
|
|
133
|
-
|
|
134
|
-
def __repr__(self):
|
|
135
|
-
"""For `print` and `pprint`"""
|
|
136
|
-
return self.to_str()
|
|
137
|
-
|
|
138
|
-
def __eq__(self, other):
|
|
139
|
-
"""Returns true if both objects are equal"""
|
|
140
|
-
if not isinstance(other, DetectAttributesDetails):
|
|
141
|
-
return False
|
|
142
|
-
|
|
143
|
-
return self.to_dict() == other.to_dict()
|
|
144
|
-
|
|
145
|
-
def __ne__(self, other):
|
|
146
|
-
"""Returns true if both objects are not equal"""
|
|
147
|
-
if not isinstance(other, DetectAttributesDetails):
|
|
148
|
-
return True
|
|
149
|
-
|
|
150
|
-
return self.to_dict() != other.to_dict()
|