regula-facesdk-webclient 7.2.372rc0__py3-none-any.whl → 7.2.374.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of regula-facesdk-webclient might be problematic. Click here for more details.

Files changed (112) hide show
  1. regula/facesdk/webclient/ext/api/sdk.py +1 -1
  2. regula/facesdk/webclient/ext/models/detect_request.py +0 -3
  3. regula/facesdk/webclient/ext/models/match_request.py +0 -2
  4. regula/facesdk/webclient/gen/__init__.py +1 -1
  5. regula/facesdk/webclient/gen/api/group_api.py +1 -1
  6. regula/facesdk/webclient/gen/api/healthcheck_api.py +5 -1
  7. regula/facesdk/webclient/gen/api/liveness_2_0_api.py +139 -1
  8. regula/facesdk/webclient/gen/api/match_api.py +5 -5
  9. regula/facesdk/webclient/gen/api/person_api.py +1 -1
  10. regula/facesdk/webclient/gen/api/search_api.py +8 -1
  11. regula/facesdk/webclient/gen/api_client.py +1 -1
  12. regula/facesdk/webclient/gen/configuration.py +2 -2
  13. regula/facesdk/webclient/gen/exceptions.py +1 -1
  14. regula/facesdk/webclient/gen/model/add_image_to_person_request.py +58 -2
  15. regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py +1 -1
  16. regula/facesdk/webclient/gen/model/add_image_to_person_response.py +1 -1
  17. regula/facesdk/webclient/gen/model/attribute_config.py +1 -1
  18. regula/facesdk/webclient/gen/model/attribute_config_list.py +1 -1
  19. regula/facesdk/webclient/gen/model/crop.py +2 -30
  20. regula/facesdk/webclient/gen/model/detect_attributes_details.py +150 -0
  21. regula/facesdk/webclient/gen/model/detect_details_meta.py +178 -0
  22. regula/facesdk/webclient/gen/model/detect_request.py +48 -20
  23. regula/facesdk/webclient/gen/model/detect_response.py +1 -1
  24. regula/facesdk/webclient/gen/model/detect_response_all_of.py +1 -1
  25. regula/facesdk/webclient/gen/model/detect_result.py +26 -22
  26. regula/facesdk/webclient/gen/model/detection.py +4 -32
  27. regula/facesdk/webclient/gen/model/detection_attributes.py +8 -6
  28. regula/facesdk/webclient/gen/model/detection_face.py +2 -30
  29. regula/facesdk/webclient/gen/model/detection_quality.py +27 -27
  30. regula/facesdk/webclient/gen/model/device_info.py +1 -1
  31. regula/facesdk/webclient/gen/model/face_attribute.py +1 -1
  32. regula/facesdk/webclient/gen/model/face_image_quality_align_type.py +1 -1
  33. regula/facesdk/webclient/gen/model/face_image_quality_groups.py +1 -1
  34. regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py +1 -1
  35. regula/facesdk/webclient/gen/model/face_image_quality_status.py +1 -1
  36. regula/facesdk/webclient/gen/model/face_quality_config_name.py +1 -1
  37. regula/facesdk/webclient/gen/model/face_quality_scenarios.py +5 -2
  38. regula/facesdk/webclient/gen/model/face_rectangular.py +1 -1
  39. regula/facesdk/webclient/gen/model/face_sdk_result.py +1 -1
  40. regula/facesdk/webclient/gen/model/face_sdk_result_code.py +1 -1
  41. regula/facesdk/webclient/gen/model/faces_response.py +2 -30
  42. regula/facesdk/webclient/gen/model/faces_response_all_of.py +1 -1
  43. regula/facesdk/webclient/gen/model/filter_op.py +1 -1
  44. regula/facesdk/webclient/gen/model/filter_search_request.py +1 -1
  45. regula/facesdk/webclient/gen/model/group.py +1 -1
  46. regula/facesdk/webclient/gen/model/group_all_of.py +1 -1
  47. regula/facesdk/webclient/gen/model/group_page.py +1 -1
  48. regula/facesdk/webclient/gen/model/group_page_all_of.py +1 -1
  49. regula/facesdk/webclient/gen/model/group_response.py +1 -1
  50. regula/facesdk/webclient/gen/model/group_to_create.py +1 -1
  51. regula/facesdk/webclient/gen/model/image.py +30 -2
  52. regula/facesdk/webclient/gen/model/image_fields.py +1 -1
  53. regula/facesdk/webclient/gen/model/image_page.py +1 -1
  54. regula/facesdk/webclient/gen/model/image_page_all_of.py +1 -1
  55. regula/facesdk/webclient/gen/model/image_source.py +1 -1
  56. regula/facesdk/webclient/gen/model/liveness_type.py +1 -1
  57. regula/facesdk/webclient/gen/model/match_and_search_request.py +119 -7
  58. regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +58 -2
  59. regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py +1 -1
  60. regula/facesdk/webclient/gen/model/match_and_search_request_images.py +176 -0
  61. regula/facesdk/webclient/gen/model/match_and_search_response.py +3 -3
  62. regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py +3 -3
  63. regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py +1 -1
  64. regula/facesdk/webclient/gen/model/match_image.py +1 -1
  65. regula/facesdk/webclient/gen/model/match_image_detection.py +1 -1
  66. regula/facesdk/webclient/gen/model/match_image_result.py +1 -1
  67. regula/facesdk/webclient/gen/model/match_request.py +60 -31
  68. regula/facesdk/webclient/gen/model/match_response.py +1 -1
  69. regula/facesdk/webclient/gen/model/match_response_all_of.py +1 -1
  70. regula/facesdk/webclient/gen/model/operation_log.py +1 -1
  71. regula/facesdk/webclient/gen/model/output_image_params.py +1 -1
  72. regula/facesdk/webclient/gen/model/page.py +1 -1
  73. regula/facesdk/webclient/gen/model/person.py +20 -19
  74. regula/facesdk/webclient/gen/model/person_all_of.py +1 -1
  75. regula/facesdk/webclient/gen/model/person_fields.py +20 -19
  76. regula/facesdk/webclient/gen/model/person_to_update_fields.py +1 -1
  77. regula/facesdk/webclient/gen/model/person_with_images.py +20 -19
  78. regula/facesdk/webclient/gen/model/person_with_images_all_of.py +1 -1
  79. regula/facesdk/webclient/gen/model/persons_page.py +1 -1
  80. regula/facesdk/webclient/gen/model/persons_page_all_of.py +1 -1
  81. regula/facesdk/webclient/gen/model/persons_request.py +291 -0
  82. regula/facesdk/webclient/gen/model/persons_request_all_of.py +150 -0
  83. regula/facesdk/webclient/gen/model/process_param.py +1 -1
  84. regula/facesdk/webclient/gen/model/process_param_attributes.py +1 -1
  85. regula/facesdk/webclient/gen/model/quality_config.py +3 -3
  86. regula/facesdk/webclient/gen/model/quality_config_list.py +1 -1
  87. regula/facesdk/webclient/gen/model/quality_detail.py +5 -5
  88. regula/facesdk/webclient/gen/model/quality_details_groups.py +1 -1
  89. regula/facesdk/webclient/gen/model/quality_request.py +1 -1
  90. regula/facesdk/webclient/gen/model/recognize_image.py +30 -2
  91. regula/facesdk/webclient/gen/model/recognize_image_all_of.py +1 -1
  92. regula/facesdk/webclient/gen/model/resize_options.py +1 -1
  93. regula/facesdk/webclient/gen/model/rgb.py +1 -1
  94. regula/facesdk/webclient/gen/model/search_bad_params.py +1 -1
  95. regula/facesdk/webclient/gen/model/search_detection.py +1 -1
  96. regula/facesdk/webclient/gen/model/search_parameters.py +1 -1
  97. regula/facesdk/webclient/gen/model/search_parameters_create_person.py +1 -1
  98. regula/facesdk/webclient/gen/model/search_person.py +20 -19
  99. regula/facesdk/webclient/gen/model/search_person_all_of.py +1 -1
  100. regula/facesdk/webclient/gen/model/search_request.py +58 -2
  101. regula/facesdk/webclient/gen/model/search_request_all_of.py +40 -68
  102. regula/facesdk/webclient/gen/model/search_result.py +2 -165
  103. regula/facesdk/webclient/gen/model/transaction_info.py +1 -1
  104. regula/facesdk/webclient/gen/model/update_group.py +1 -1
  105. regula/facesdk/webclient/gen/model_utils.py +1 -1
  106. regula/facesdk/webclient/gen/models/__init__.py +4 -2
  107. regula/facesdk/webclient/gen/rest.py +1 -1
  108. {regula_facesdk_webclient-7.2.372rc0.dist-info → regula_facesdk_webclient-7.2.374.dev0.dist-info}/METADATA +1 -1
  109. regula_facesdk_webclient-7.2.374.dev0.dist-info/RECORD +138 -0
  110. {regula_facesdk_webclient-7.2.372rc0.dist-info → regula_facesdk_webclient-7.2.374.dev0.dist-info}/WHEEL +1 -1
  111. regula_facesdk_webclient-7.2.372rc0.dist-info/RECORD +0 -133
  112. {regula_facesdk_webclient-7.2.372rc0.dist-info → regula_facesdk_webclient-7.2.374.dev0.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: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -36,8 +36,8 @@ class DetectResult(object):
36
36
  'detections': '[Detection]',
37
37
  'detector_type': 'int',
38
38
  'landmarks_type': 'int',
39
- 'scenario': 'FaceQualityScenarios',
40
- 'timer': 'float',
39
+ 'scenario': 'str',
40
+ 'elapsed_time': 'float',
41
41
  }
42
42
 
43
43
  attribute_map = {
@@ -45,10 +45,10 @@ class DetectResult(object):
45
45
  'detector_type': 'detectorType',
46
46
  'landmarks_type': 'landmarksType',
47
47
  'scenario': 'scenario',
48
- 'timer': 'timer',
48
+ 'elapsed_time': 'elapsedTime',
49
49
  }
50
50
 
51
- def __init__(self, detections=None, detector_type=None, landmarks_type=None, scenario=None, timer=None, local_vars_configuration=None): # noqa: E501
51
+ def __init__(self, detections=None, detector_type=None, landmarks_type=None, scenario=None, elapsed_time=None, local_vars_configuration=None): # noqa: E501
52
52
  """DetectResult - 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 DetectResult(object):
58
58
  self._detector_type = None
59
59
  self._landmarks_type = None
60
60
  self._scenario = None
61
- self._timer = None
61
+ self._elapsed_time = None
62
62
  self.discriminator = None
63
63
 
64
64
  self.detections = detections
@@ -68,13 +68,14 @@ class DetectResult(object):
68
68
  self.landmarks_type = landmarks_type
69
69
  if scenario is not None:
70
70
  self.scenario = scenario
71
- if timer is not None:
72
- self.timer = timer
71
+ if elapsed_time is not None:
72
+ self.elapsed_time = elapsed_time
73
73
 
74
74
  @property
75
75
  def detections(self):
76
76
  """Gets the detections of this DetectResult. # noqa: E501
77
77
 
78
+ The array of performed checks. # noqa: E501
78
79
 
79
80
  :return: The detections of this DetectResult. # noqa: E501
80
81
  :rtype: [Detection]
@@ -85,6 +86,7 @@ class DetectResult(object):
85
86
  def detections(self, detections):
86
87
  """Sets the detections of this DetectResult.
87
88
 
89
+ The array of performed checks. # noqa: E501
88
90
 
89
91
  :param detections: The detections of this DetectResult. # noqa: E501
90
92
  :type detections: [Detection]
@@ -144,9 +146,10 @@ class DetectResult(object):
144
146
  def scenario(self):
145
147
  """Gets the scenario of this DetectResult. # noqa: E501
146
148
 
149
+ The face detection scenario that was set in the `processParam.scenario` field of the request. # noqa: E501
147
150
 
148
151
  :return: The scenario of this DetectResult. # noqa: E501
149
- :rtype: FaceQualityScenarios
152
+ :rtype: str
150
153
  """
151
154
  return self._scenario
152
155
 
@@ -154,35 +157,36 @@ class DetectResult(object):
154
157
  def scenario(self, scenario):
155
158
  """Sets the scenario of this DetectResult.
156
159
 
160
+ The face detection scenario that was set in the `processParam.scenario` field of the request. # noqa: E501
157
161
 
158
162
  :param scenario: The scenario of this DetectResult. # noqa: E501
159
- :type scenario: FaceQualityScenarios
163
+ :type scenario: str
160
164
  """
161
165
 
162
166
  self._scenario = scenario
163
167
 
164
168
  @property
165
- def timer(self):
166
- """Gets the timer of this DetectResult. # noqa: E501
169
+ def elapsed_time(self):
170
+ """Gets the elapsed_time of this DetectResult. # noqa: E501
167
171
 
168
- The total time taken for the detection. # noqa: E501
172
+ Server processing time, ms. Does not include the time taken to receive the request or deliver the response. # noqa: E501
169
173
 
170
- :return: The timer of this DetectResult. # noqa: E501
174
+ :return: The elapsed_time of this DetectResult. # noqa: E501
171
175
  :rtype: float
172
176
  """
173
- return self._timer
177
+ return self._elapsed_time
174
178
 
175
- @timer.setter
176
- def timer(self, timer):
177
- """Sets the timer of this DetectResult.
179
+ @elapsed_time.setter
180
+ def elapsed_time(self, elapsed_time):
181
+ """Sets the elapsed_time of this DetectResult.
178
182
 
179
- The total time taken for the detection. # noqa: E501
183
+ Server processing time, ms. Does not include the time taken to receive the request or deliver the response. # noqa: E501
180
184
 
181
- :param timer: The timer of this DetectResult. # noqa: E501
182
- :type timer: float
185
+ :param elapsed_time: The elapsed_time of this DetectResult. # noqa: E501
186
+ :type elapsed_time: float
183
187
  """
184
188
 
185
- self._timer = timer
189
+ self._elapsed_time = elapsed_time
186
190
 
187
191
  def to_dict(self):
188
192
  """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: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -38,7 +38,6 @@ class Detection(object):
38
38
  'landmarks': '[[int]]',
39
39
  'quality': 'DetectionQuality',
40
40
  'roi': 'FaceRectangular',
41
- 'thumbnail': 'str',
42
41
  }
43
42
 
44
43
  attribute_map = {
@@ -47,10 +46,9 @@ class Detection(object):
47
46
  'landmarks': 'landmarks',
48
47
  'quality': 'quality',
49
48
  'roi': 'roi',
50
- 'thumbnail': 'thumbnail',
51
49
  }
52
50
 
53
- def __init__(self, crop=None, attributes=None, landmarks=None, quality=None, roi=None, thumbnail=None, local_vars_configuration=None): # noqa: E501
51
+ def __init__(self, crop=None, attributes=None, landmarks=None, quality=None, roi=None, local_vars_configuration=None): # noqa: E501
54
52
  """Detection - a model defined in OpenAPI""" # noqa: E501
55
53
  if local_vars_configuration is None:
56
54
  local_vars_configuration = Configuration()
@@ -61,7 +59,6 @@ class Detection(object):
61
59
  self._landmarks = None
62
60
  self._quality = None
63
61
  self._roi = None
64
- self._thumbnail = None
65
62
  self.discriminator = None
66
63
 
67
64
  if crop is not None:
@@ -72,8 +69,6 @@ class Detection(object):
72
69
  if quality is not None:
73
70
  self.quality = quality
74
71
  self.roi = roi
75
- if thumbnail is not None:
76
- self.thumbnail = thumbnail
77
72
 
78
73
  @property
79
74
  def crop(self):
@@ -123,7 +118,7 @@ class Detection(object):
123
118
  def landmarks(self):
124
119
  """Gets the landmarks of this Detection. # noqa: E501
125
120
 
126
- Absolute coordinates (x,y) of five points of each detected face: left eye, right eye, nose, left point of lips, right point of lips. # noqa: E501
121
+ Absolute coordinates (X,Y) of five points of each detected face: left eye, right eye, nose, left point of lips, right point of lips. # noqa: E501
127
122
 
128
123
  :return: The landmarks of this Detection. # noqa: E501
129
124
  :rtype: [[int]]
@@ -134,7 +129,7 @@ class Detection(object):
134
129
  def landmarks(self, landmarks):
135
130
  """Sets the landmarks of this Detection.
136
131
 
137
- Absolute coordinates (x,y) of five points of each detected face: left eye, right eye, nose, left point of lips, right point of lips. # noqa: E501
132
+ Absolute coordinates (X,Y) of five points of each detected face: left eye, right eye, nose, left point of lips, right point of lips. # noqa: E501
138
133
 
139
134
  :param landmarks: The landmarks of this Detection. # noqa: E501
140
135
  :type landmarks: [[int]]
@@ -188,29 +183,6 @@ class Detection(object):
188
183
 
189
184
  self._roi = roi
190
185
 
191
- @property
192
- def thumbnail(self):
193
- """Gets the thumbnail of this Detection. # noqa: E501
194
-
195
- See `crop` instead. # noqa: E501
196
-
197
- :return: The thumbnail of this Detection. # noqa: E501
198
- :rtype: str
199
- """
200
- return self._thumbnail
201
-
202
- @thumbnail.setter
203
- def thumbnail(self, thumbnail):
204
- """Sets the thumbnail of this Detection.
205
-
206
- See `crop` instead. # noqa: E501
207
-
208
- :param thumbnail: The thumbnail of this Detection. # noqa: E501
209
- :type thumbnail: str
210
- """
211
-
212
- self._thumbnail = thumbnail
213
-
214
186
  def to_dict(self):
215
187
  """Returns the model properties as a dict"""
216
188
  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: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -33,7 +33,7 @@ class DetectionAttributes(object):
33
33
  and the value is json key in definition.
34
34
  """
35
35
  openapi_types = {
36
- 'details': '[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]',
36
+ 'details': '[bool, date, datetime, dict, float, int, list, str, none_type]',
37
37
  'elapsed_time': 'float',
38
38
  }
39
39
 
@@ -61,9 +61,10 @@ class DetectionAttributes(object):
61
61
  def details(self):
62
62
  """Gets the details of this DetectionAttributes. # noqa: E501
63
63
 
64
+ Attributes assessment details. Returns `DetectDetailsMeta` or `DetectAttributesDetails`. # noqa: E501
64
65
 
65
66
  :return: The details of this DetectionAttributes. # noqa: E501
66
- :rtype: [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]
67
+ :rtype: [bool, date, datetime, dict, float, int, list, str, none_type]
67
68
  """
68
69
  return self._details
69
70
 
@@ -71,9 +72,10 @@ class DetectionAttributes(object):
71
72
  def details(self, details):
72
73
  """Sets the details of this DetectionAttributes.
73
74
 
75
+ Attributes assessment details. Returns `DetectDetailsMeta` or `DetectAttributesDetails`. # noqa: E501
74
76
 
75
77
  :param details: The details of this DetectionAttributes. # noqa: E501
76
- :type details: [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]
78
+ :type details: [bool, date, datetime, dict, float, int, list, str, none_type]
77
79
  """
78
80
 
79
81
  self._details = details
@@ -82,7 +84,7 @@ class DetectionAttributes(object):
82
84
  def elapsed_time(self):
83
85
  """Gets the elapsed_time of this DetectionAttributes. # noqa: E501
84
86
 
85
- The elapsed time for attribute detection. # noqa: E501
87
+ Server processing time for attribute detection, ms. # noqa: E501
86
88
 
87
89
  :return: The elapsed_time of this DetectionAttributes. # noqa: E501
88
90
  :rtype: float
@@ -93,7 +95,7 @@ class DetectionAttributes(object):
93
95
  def elapsed_time(self, elapsed_time):
94
96
  """Sets the elapsed_time of this DetectionAttributes.
95
97
 
96
- The elapsed time for attribute detection. # noqa: E501
98
+ Server processing time for attribute detection, ms. # noqa: E501
97
99
 
98
100
  :param elapsed_time: The elapsed_time of this DetectionAttributes. # noqa: E501
99
101
  :type elapsed_time: float
@@ -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: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -37,7 +37,6 @@ class DetectionFace(object):
37
37
  'landmarks': '[[float]]',
38
38
  'rotation_angle': 'float',
39
39
  'roi': 'FaceRectangular',
40
- 'thumbnail': 'str',
41
40
  'crop': 'str',
42
41
  }
43
42
 
@@ -46,11 +45,10 @@ class DetectionFace(object):
46
45
  'landmarks': 'landmarks',
47
46
  'rotation_angle': 'rotationAngle',
48
47
  'roi': 'roi',
49
- 'thumbnail': 'thumbnail',
50
48
  'crop': 'crop',
51
49
  }
52
50
 
53
- def __init__(self, face_index=None, landmarks=None, rotation_angle=None, roi=None, thumbnail=None, crop=None, local_vars_configuration=None): # noqa: E501
51
+ def __init__(self, face_index=None, landmarks=None, rotation_angle=None, roi=None, crop=None, local_vars_configuration=None): # noqa: E501
54
52
  """DetectionFace - a model defined in OpenAPI""" # noqa: E501
55
53
  if local_vars_configuration is None:
56
54
  local_vars_configuration = Configuration()
@@ -60,7 +58,6 @@ class DetectionFace(object):
60
58
  self._landmarks = None
61
59
  self._rotation_angle = None
62
60
  self._roi = None
63
- self._thumbnail = None
64
61
  self._crop = None
65
62
  self.discriminator = None
66
63
 
@@ -72,8 +69,6 @@ class DetectionFace(object):
72
69
  self.rotation_angle = rotation_angle
73
70
  if roi is not None:
74
71
  self.roi = roi
75
- if thumbnail is not None:
76
- self.thumbnail = thumbnail
77
72
  if crop is not None:
78
73
  self.crop = crop
79
74
 
@@ -167,29 +162,6 @@ class DetectionFace(object):
167
162
 
168
163
  self._roi = roi
169
164
 
170
- @property
171
- def thumbnail(self):
172
- """Gets the thumbnail of this DetectionFace. # noqa: E501
173
-
174
- See `crop` instead. # noqa: E501
175
-
176
- :return: The thumbnail of this DetectionFace. # noqa: E501
177
- :rtype: str
178
- """
179
- return self._thumbnail
180
-
181
- @thumbnail.setter
182
- def thumbnail(self, thumbnail):
183
- """Sets the thumbnail of this DetectionFace.
184
-
185
- See `crop` instead. # noqa: E501
186
-
187
- :param thumbnail: The thumbnail of this DetectionFace. # noqa: E501
188
- :type thumbnail: str
189
- """
190
-
191
- self._thumbnail = thumbnail
192
-
193
165
  @property
194
166
  def crop(self):
195
167
  """Gets the crop of this DetectionFace. # 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: 6.2.0
8
+ The version of the OpenAPI document: 7.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
- 'timer': 'float',
40
+ 'elapsed_time': '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
- 'timer': 'timer',
48
+ 'elapsed_time': 'elapsedTime',
49
49
  }
50
50
 
51
- def __init__(self, non_compliant=None, details_groups=None, details=None, score=None, timer=None, local_vars_configuration=None): # noqa: E501
51
+ def __init__(self, non_compliant=None, details_groups=None, details=None, score=None, elapsed_time=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._timer = None
61
+ self._elapsed_time = 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 timer is not None:
73
- self.timer = timer
72
+ if elapsed_time is not None:
73
+ self.elapsed_time = elapsed_time
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
- The array of all the non-compliant assessment characteristics. # noqa: E501
79
+ 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
- The array of all the non-compliant assessment characteristics. # noqa: E501
90
+ 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
- The array of the assessment results for each group of characteristics. # noqa: E501
102
+ Assessment results for each [group of characteristics](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-image-quality-groups/). # 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
- The array of the assessment results for each group of characteristics. # noqa: E501
113
+ Assessment results for each [group of characteristics](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-image-quality-groups/). # 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
- The array of the assessment characteristics that were set in the request. # noqa: E501
125
+ 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
- The array of the assessment characteristics that were set in the request. # noqa: E501
136
+ 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 0 to 1, where 1 is for absolute compliance. # noqa: E501
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 0 to 1, where 1 is for absolute compliance. # noqa: E501
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 timer(self):
169
- """Gets the timer of this DetectionQuality. # noqa: E501
168
+ def elapsed_time(self):
169
+ """Gets the elapsed_time of this DetectionQuality. # noqa: E501
170
170
 
171
- The total time the quality assessment has taken. # noqa: E501
171
+ Server processing time for quality assessment, ms. # noqa: E501
172
172
 
173
- :return: The timer of this DetectionQuality. # noqa: E501
173
+ :return: The elapsed_time of this DetectionQuality. # noqa: E501
174
174
  :rtype: float
175
175
  """
176
- return self._timer
176
+ return self._elapsed_time
177
177
 
178
- @timer.setter
179
- def timer(self, timer):
180
- """Sets the timer of this DetectionQuality.
178
+ @elapsed_time.setter
179
+ def elapsed_time(self, elapsed_time):
180
+ """Sets the elapsed_time of this DetectionQuality.
181
181
 
182
- The total time the quality assessment has taken. # noqa: E501
182
+ Server processing time for quality assessment, ms. # noqa: E501
183
183
 
184
- :param timer: The timer of this DetectionQuality. # noqa: E501
185
- :type timer: float
184
+ :param elapsed_time: The elapsed_time of this DetectionQuality. # noqa: E501
185
+ :type elapsed_time: float
186
186
  """
187
187
 
188
- self._timer = timer
188
+ self._elapsed_time = elapsed_time
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: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11