regula-facesdk-webclient 7.2.372rc0__py3-none-any.whl → 7.2.373.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.373.dev0.dist-info}/METADATA +1 -1
  109. regula_facesdk_webclient-7.2.373.dev0.dist-info/RECORD +138 -0
  110. {regula_facesdk_webclient-7.2.372rc0.dist-info → regula_facesdk_webclient-7.2.373.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.373.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
 
@@ -49,10 +49,13 @@ class FaceQualityScenarios(object):
49
49
  ""
50
50
  THUMBNAIL = "Thumbnail"
51
51
 
52
+ ""
53
+ ATTRIBUTES_ALL = "AttributesAll"
54
+
52
55
  ""
53
56
  EMPTY = ""
54
57
 
55
- allowable_values = [OLD_MODE, QUALITY_FULL, QUALITY_ICAO, QUALITY_VISA_SCHENGEN, QUALITY_VISA_USA, CROP_CENTRAL_FACE, CROP_ALL_FACES, THUMBNAIL, EMPTY] # noqa: E501
58
+ allowable_values = [OLD_MODE, QUALITY_FULL, QUALITY_ICAO, QUALITY_VISA_SCHENGEN, QUALITY_VISA_USA, CROP_CENTRAL_FACE, CROP_ALL_FACES, THUMBNAIL, ATTRIBUTES_ALL, EMPTY] # noqa: E501
56
59
 
57
60
  """
58
61
  Attributes:
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 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
 
@@ -37,7 +37,6 @@ class FacesResponse(object):
37
37
  'landmarks': '[[float]]',
38
38
  'rotation_angle': 'float',
39
39
  'roi': 'FaceRectangular',
40
- 'thumbnail': 'str',
41
40
  'crop': 'str',
42
41
  'persons': '[PersonWithImages]',
43
42
  }
@@ -47,12 +46,11 @@ class FacesResponse(object):
47
46
  'landmarks': 'landmarks',
48
47
  'rotation_angle': 'rotationAngle',
49
48
  'roi': 'roi',
50
- 'thumbnail': 'thumbnail',
51
49
  'crop': 'crop',
52
50
  'persons': 'persons',
53
51
  }
54
52
 
55
- def __init__(self, face_index=None, landmarks=None, rotation_angle=None, roi=None, thumbnail=None, crop=None, persons=None, local_vars_configuration=None): # noqa: E501
53
+ def __init__(self, face_index=None, landmarks=None, rotation_angle=None, roi=None, crop=None, persons=None, local_vars_configuration=None): # noqa: E501
56
54
  """FacesResponse - a model defined in OpenAPI""" # noqa: E501
57
55
  if local_vars_configuration is None:
58
56
  local_vars_configuration = Configuration()
@@ -62,7 +60,6 @@ class FacesResponse(object):
62
60
  self._landmarks = None
63
61
  self._rotation_angle = None
64
62
  self._roi = None
65
- self._thumbnail = None
66
63
  self._crop = None
67
64
  self._persons = None
68
65
  self.discriminator = None
@@ -75,8 +72,6 @@ class FacesResponse(object):
75
72
  self.rotation_angle = rotation_angle
76
73
  if roi is not None:
77
74
  self.roi = roi
78
- if thumbnail is not None:
79
- self.thumbnail = thumbnail
80
75
  if crop is not None:
81
76
  self.crop = crop
82
77
  if persons is not None:
@@ -170,29 +165,6 @@ class FacesResponse(object):
170
165
 
171
166
  self._roi = roi
172
167
 
173
- @property
174
- def thumbnail(self):
175
- """Gets the thumbnail of this FacesResponse. # noqa: E501
176
-
177
- See `crop` instead. # noqa: E501
178
-
179
- :return: The thumbnail of this FacesResponse. # noqa: E501
180
- :rtype: str
181
- """
182
- return self._thumbnail
183
-
184
- @thumbnail.setter
185
- def thumbnail(self, thumbnail):
186
- """Sets the thumbnail of this FacesResponse.
187
-
188
- See `crop` instead. # noqa: E501
189
-
190
- :param thumbnail: The thumbnail of this FacesResponse. # noqa: E501
191
- :type thumbnail: str
192
- """
193
-
194
- self._thumbnail = thumbnail
195
-
196
168
  @property
197
169
  def crop(self):
198
170
  """Gets the crop of this FacesResponse. # noqa: E501
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 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
 
@@ -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
 
@@ -34,6 +34,7 @@ class Image(object):
34
34
  """
35
35
  openapi_types = {
36
36
  'id': 'str',
37
+ 'content': 'str',
37
38
  'content_type': 'str',
38
39
  'created_at': 'str',
39
40
  'updated_at': 'str',
@@ -44,6 +45,7 @@ class Image(object):
44
45
 
45
46
  attribute_map = {
46
47
  'id': 'id',
48
+ 'content': 'content',
47
49
  'content_type': 'contentType',
48
50
  'created_at': 'createdAt',
49
51
  'updated_at': 'updatedAt',
@@ -52,13 +54,14 @@ class Image(object):
52
54
  'metadata': 'metadata',
53
55
  }
54
56
 
55
- def __init__(self, id=None, content_type=None, created_at=None, updated_at=None, path=None, url=None, metadata=None, local_vars_configuration=None): # noqa: E501
57
+ def __init__(self, id=None, content=None, content_type=None, created_at=None, updated_at=None, path=None, url=None, metadata=None, local_vars_configuration=None): # noqa: E501
56
58
  """Image - a model defined in OpenAPI""" # noqa: E501
57
59
  if local_vars_configuration is None:
58
60
  local_vars_configuration = Configuration()
59
61
  self.local_vars_configuration = local_vars_configuration
60
62
 
61
63
  self._id = None
64
+ self._content = None
62
65
  self._content_type = None
63
66
  self._created_at = None
64
67
  self._updated_at = None
@@ -69,6 +72,8 @@ class Image(object):
69
72
 
70
73
  if id is not None:
71
74
  self.id = id
75
+ if content is not None:
76
+ self.content = content
72
77
  if content_type is not None:
73
78
  self.content_type = content_type
74
79
  if created_at is not None:
@@ -105,6 +110,29 @@ class Image(object):
105
110
 
106
111
  self._id = id
107
112
 
113
+ @property
114
+ def content(self):
115
+ """Gets the content of this Image. # noqa: E501
116
+
117
+ Base64-encoded image. Returned only if `withImages` is set to true in the request. # noqa: E501
118
+
119
+ :return: The content of this Image. # noqa: E501
120
+ :rtype: str
121
+ """
122
+ return self._content
123
+
124
+ @content.setter
125
+ def content(self, content):
126
+ """Sets the content of this Image.
127
+
128
+ Base64-encoded image. Returned only if `withImages` is set to true in the request. # noqa: E501
129
+
130
+ :param content: The content of this Image. # noqa: E501
131
+ :type content: str
132
+ """
133
+
134
+ self._content = content
135
+
108
136
  @property
109
137
  def content_type(self):
110
138
  """Gets the content_type of this Image. # 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
 
@@ -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
 
@@ -34,17 +34,25 @@ class MatchAndSearchRequest(object):
34
34
  """
35
35
  openapi_types = {
36
36
  'tag': 'str',
37
- 'images': '[MatchAndSearchRequestAllOfImages]',
37
+ 'images': '[MatchAndSearchRequestImages]',
38
38
  'group_ids': '[str]',
39
+ 'threshold': 'float',
40
+ 'limit': 'int',
41
+ 'tenant': 'str',
42
+ 'env': 'str',
39
43
  }
40
44
 
41
45
  attribute_map = {
42
46
  'tag': 'tag',
43
47
  'images': 'images',
44
48
  'group_ids': 'groupIds',
49
+ 'threshold': 'threshold',
50
+ 'limit': 'limit',
51
+ 'tenant': 'tenant',
52
+ 'env': 'env',
45
53
  }
46
54
 
47
- def __init__(self, tag=None, images=None, group_ids=None, local_vars_configuration=None): # noqa: E501
55
+ def __init__(self, tag=None, images=None, group_ids=None, threshold=None, limit=None, tenant=None, env=None, local_vars_configuration=None): # noqa: E501
48
56
  """MatchAndSearchRequest - a model defined in OpenAPI""" # noqa: E501
49
57
  if local_vars_configuration is None:
50
58
  local_vars_configuration = Configuration()
@@ -53,6 +61,10 @@ class MatchAndSearchRequest(object):
53
61
  self._tag = None
54
62
  self._images = None
55
63
  self._group_ids = None
64
+ self._threshold = None
65
+ self._limit = None
66
+ self._tenant = None
67
+ self._env = None
56
68
  self.discriminator = None
57
69
 
58
70
  if tag is not None:
@@ -61,6 +73,14 @@ class MatchAndSearchRequest(object):
61
73
  self.images = images
62
74
  if group_ids is not None:
63
75
  self.group_ids = group_ids
76
+ if threshold is not None:
77
+ self.threshold = threshold
78
+ if limit is not None:
79
+ self.limit = limit
80
+ if tenant is not None:
81
+ self.tenant = tenant
82
+ if env is not None:
83
+ self.env = env
64
84
 
65
85
  @property
66
86
  def tag(self):
@@ -89,10 +109,10 @@ class MatchAndSearchRequest(object):
89
109
  def images(self):
90
110
  """Gets the images of this MatchAndSearchRequest. # noqa: E501
91
111
 
92
- Person's images. # noqa: E501
112
+ An array of images to be processed. At least two images must be provided. # noqa: E501
93
113
 
94
114
  :return: The images of this MatchAndSearchRequest. # noqa: E501
95
- :rtype: [MatchAndSearchRequestAllOfImages]
115
+ :rtype: [MatchAndSearchRequestImages]
96
116
  """
97
117
  return self._images
98
118
 
@@ -100,10 +120,10 @@ class MatchAndSearchRequest(object):
100
120
  def images(self, images):
101
121
  """Sets the images of this MatchAndSearchRequest.
102
122
 
103
- Person's images. # noqa: E501
123
+ An array of images to be processed. At least two images must be provided. # noqa: E501
104
124
 
105
125
  :param images: The images of this MatchAndSearchRequest. # noqa: E501
106
- :type images: [MatchAndSearchRequestAllOfImages]
126
+ :type images: [MatchAndSearchRequestImages]
107
127
  """
108
128
 
109
129
  self._images = images
@@ -131,6 +151,98 @@ class MatchAndSearchRequest(object):
131
151
 
132
152
  self._group_ids = group_ids
133
153
 
154
+ @property
155
+ def threshold(self):
156
+ """Gets the threshold of this MatchAndSearchRequest. # noqa: E501
157
+
158
+ The similarity threshold. # noqa: E501
159
+
160
+ :return: The threshold of this MatchAndSearchRequest. # noqa: E501
161
+ :rtype: float
162
+ """
163
+ return self._threshold
164
+
165
+ @threshold.setter
166
+ def threshold(self, threshold):
167
+ """Sets the threshold of this MatchAndSearchRequest.
168
+
169
+ The similarity threshold. # noqa: E501
170
+
171
+ :param threshold: The threshold of this MatchAndSearchRequest. # noqa: E501
172
+ :type threshold: float
173
+ """
174
+
175
+ self._threshold = threshold
176
+
177
+ @property
178
+ def limit(self):
179
+ """Gets the limit of this MatchAndSearchRequest. # noqa: E501
180
+
181
+ The maximum number of results to be returned. # noqa: E501
182
+
183
+ :return: The limit of this MatchAndSearchRequest. # noqa: E501
184
+ :rtype: int
185
+ """
186
+ return self._limit
187
+
188
+ @limit.setter
189
+ def limit(self, limit):
190
+ """Sets the limit of this MatchAndSearchRequest.
191
+
192
+ The maximum number of results to be returned. # noqa: E501
193
+
194
+ :param limit: The limit of this MatchAndSearchRequest. # noqa: E501
195
+ :type limit: int
196
+ """
197
+
198
+ self._limit = limit
199
+
200
+ @property
201
+ def tenant(self):
202
+ """Gets the tenant of this MatchAndSearchRequest. # noqa: E501
203
+
204
+ A label used to group transactions by customers, applications, or other criteria. # noqa: E501
205
+
206
+ :return: The tenant of this MatchAndSearchRequest. # noqa: E501
207
+ :rtype: str
208
+ """
209
+ return self._tenant
210
+
211
+ @tenant.setter
212
+ def tenant(self, tenant):
213
+ """Sets the tenant of this MatchAndSearchRequest.
214
+
215
+ A label used to group transactions by customers, applications, or other criteria. # noqa: E501
216
+
217
+ :param tenant: The tenant of this MatchAndSearchRequest. # noqa: E501
218
+ :type tenant: str
219
+ """
220
+
221
+ self._tenant = tenant
222
+
223
+ @property
224
+ def env(self):
225
+ """Gets the env of this MatchAndSearchRequest. # noqa: E501
226
+
227
+ A label used to differentiate transactions by development stages. # noqa: E501
228
+
229
+ :return: The env of this MatchAndSearchRequest. # noqa: E501
230
+ :rtype: str
231
+ """
232
+ return self._env
233
+
234
+ @env.setter
235
+ def env(self, env):
236
+ """Sets the env of this MatchAndSearchRequest.
237
+
238
+ A label used to differentiate transactions by development stages. # noqa: E501
239
+
240
+ :param env: The env of this MatchAndSearchRequest. # noqa: E501
241
+ :type env: str
242
+ """
243
+
244
+ self._env = env
245
+
134
246
  def to_dict(self):
135
247
  """Returns the model properties as a dict"""
136
248
  result = {}