regula-facesdk-webclient 7.2.388.dev0__py3-none-any.whl → 8.1.433.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.
Files changed (227) hide show
  1. regula/facesdk/webclient/__init__.py +5 -5
  2. regula/facesdk/webclient/ext/api/group_api.py +2 -27
  3. regula/facesdk/webclient/ext/api/match_api.py +3 -29
  4. regula/facesdk/webclient/ext/api/person_api.py +8 -34
  5. regula/facesdk/webclient/ext/api/sdk.py +5 -3
  6. regula/facesdk/webclient/ext/api/search_api.py +2 -6
  7. regula/facesdk/webclient/ext/models/detect_request.py +6 -5
  8. regula/facesdk/webclient/ext/models/match_image.py +3 -3
  9. regula/facesdk/webclient/ext/models/match_request.py +7 -5
  10. regula/facesdk/webclient/gen/__init__.py +349 -18
  11. regula/facesdk/webclient/gen/api/__init__.py +30 -3
  12. regula/facesdk/webclient/gen/api/group_api.py +1854 -799
  13. regula/facesdk/webclient/gen/api/healthcheck_api.py +475 -215
  14. regula/facesdk/webclient/gen/api/liveness20_api.py +565 -0
  15. regula/facesdk/webclient/gen/api/match_api.py +801 -355
  16. regula/facesdk/webclient/gen/api/person_api.py +2399 -1039
  17. regula/facesdk/webclient/gen/api/search_api.py +286 -130
  18. regula/facesdk/webclient/gen/api_client.py +577 -476
  19. regula/facesdk/webclient/gen/api_response.py +21 -0
  20. regula/facesdk/webclient/gen/configuration.py +231 -105
  21. regula/facesdk/webclient/gen/exceptions.py +82 -33
  22. regula/facesdk/webclient/gen/models/__init__.py +202 -95
  23. regula/facesdk/webclient/gen/models/add_image_to_person_request.py +96 -0
  24. regula/facesdk/webclient/gen/models/add_image_to_person_request_data.py +92 -0
  25. regula/facesdk/webclient/gen/models/add_image_to_person_request_image.py +92 -0
  26. regula/facesdk/webclient/gen/models/add_image_to_person_response.py +92 -0
  27. regula/facesdk/webclient/gen/models/attribute_config.py +83 -0
  28. regula/facesdk/webclient/gen/models/attributes_data.py +82 -0
  29. regula/facesdk/webclient/gen/models/crop.py +88 -0
  30. regula/facesdk/webclient/gen/models/detail_item.py +136 -0
  31. regula/facesdk/webclient/gen/models/detect_attributes_details.py +84 -0
  32. regula/facesdk/webclient/gen/models/detect_details_meta.py +86 -0
  33. regula/facesdk/webclient/gen/models/detect_meta_data.py +84 -0
  34. regula/facesdk/webclient/gen/models/detect_request.py +94 -0
  35. regula/facesdk/webclient/gen/models/detect_request_data.py +90 -0
  36. regula/facesdk/webclient/gen/models/detect_response.py +89 -0
  37. regula/facesdk/webclient/gen/models/detect_response_results.py +86 -0
  38. regula/facesdk/webclient/gen/models/detect_result.py +98 -0
  39. regula/facesdk/webclient/gen/models/detection.py +98 -0
  40. regula/facesdk/webclient/gen/models/detection_attributes.py +92 -0
  41. regula/facesdk/webclient/gen/models/detection_attributes_details_inner.py +132 -0
  42. regula/facesdk/webclient/gen/models/detection_face.py +90 -0
  43. regula/facesdk/webclient/gen/models/detection_quality.py +107 -0
  44. regula/facesdk/webclient/gen/models/device_info.py +111 -0
  45. regula/facesdk/webclient/gen/models/face_attribute.py +40 -0
  46. regula/facesdk/webclient/gen/models/face_image_quality_align_type.py +32 -0
  47. regula/facesdk/webclient/gen/models/face_image_quality_groups.py +35 -0
  48. regula/facesdk/webclient/gen/models/face_image_quality_groups_strings.py +35 -0
  49. regula/facesdk/webclient/gen/models/face_image_quality_status.py +30 -0
  50. regula/facesdk/webclient/gen/models/face_quality_config_name.py +75 -0
  51. regula/facesdk/webclient/gen/models/face_quality_scenarios.py +37 -0
  52. regula/facesdk/webclient/gen/models/face_sdk_result.py +83 -0
  53. regula/facesdk/webclient/gen/models/face_sdk_result_code.py +68 -0
  54. regula/facesdk/webclient/gen/models/faces_response.py +100 -0
  55. regula/facesdk/webclient/gen/models/faces_response_data.py +90 -0
  56. regula/facesdk/webclient/gen/models/filter_op.py +29 -0
  57. regula/facesdk/webclient/gen/models/filter_search_request.py +87 -0
  58. regula/facesdk/webclient/gen/models/group.py +89 -0
  59. regula/facesdk/webclient/gen/models/group_data.py +85 -0
  60. regula/facesdk/webclient/gen/models/group_page.py +94 -0
  61. regula/facesdk/webclient/gen/models/group_page_items.py +90 -0
  62. regula/facesdk/webclient/gen/models/group_response.py +84 -0
  63. regula/facesdk/webclient/gen/models/group_to_create.py +86 -0
  64. regula/facesdk/webclient/gen/models/image.py +96 -0
  65. regula/facesdk/webclient/gen/models/image_fields.py +100 -0
  66. regula/facesdk/webclient/gen/models/image_fields_image.py +92 -0
  67. regula/facesdk/webclient/gen/models/image_page.py +94 -0
  68. regula/facesdk/webclient/gen/models/image_page_items.py +90 -0
  69. regula/facesdk/webclient/gen/models/image_source.py +34 -0
  70. regula/facesdk/webclient/gen/models/liveness_type.py +29 -0
  71. regula/facesdk/webclient/gen/models/match_and_search_request.py +103 -0
  72. regula/facesdk/webclient/gen/models/match_and_search_request_images_item.py +87 -0
  73. regula/facesdk/webclient/gen/models/match_and_search_response.py +107 -0
  74. regula/facesdk/webclient/gen/models/match_and_search_response_data.py +104 -0
  75. regula/facesdk/webclient/gen/models/match_and_search_response_data_detections_item.py +95 -0
  76. regula/facesdk/webclient/gen/models/match_image.py +89 -0
  77. regula/facesdk/webclient/gen/models/match_image_detection.py +95 -0
  78. regula/facesdk/webclient/gen/models/match_image_result.py +97 -0
  79. regula/facesdk/webclient/gen/models/match_request.py +102 -0
  80. regula/facesdk/webclient/gen/models/match_request_data.py +98 -0
  81. regula/facesdk/webclient/gen/models/match_response.py +105 -0
  82. regula/facesdk/webclient/gen/models/match_response_data.py +102 -0
  83. regula/facesdk/webclient/gen/models/operation_log.py +88 -0
  84. regula/facesdk/webclient/gen/models/output_image_params.py +89 -0
  85. regula/facesdk/webclient/gen/models/page.py +84 -0
  86. regula/facesdk/webclient/gen/models/person.py +97 -0
  87. regula/facesdk/webclient/gen/models/person_data.py +87 -0
  88. regula/facesdk/webclient/gen/models/person_fields.py +91 -0
  89. regula/facesdk/webclient/gen/models/person_items.py +90 -0
  90. regula/facesdk/webclient/gen/models/person_to_update_fields.py +89 -0
  91. regula/facesdk/webclient/gen/models/person_with_images.py +107 -0
  92. regula/facesdk/webclient/gen/models/person_with_images_data.py +90 -0
  93. regula/facesdk/webclient/gen/models/persons_page.py +94 -0
  94. regula/facesdk/webclient/gen/models/process_param.py +103 -0
  95. regula/facesdk/webclient/gen/models/process_param_attributes.py +90 -0
  96. regula/facesdk/webclient/gen/models/quality_config.py +86 -0
  97. regula/facesdk/webclient/gen/models/quality_detail.py +94 -0
  98. regula/facesdk/webclient/gen/models/quality_details_groups.py +90 -0
  99. regula/facesdk/webclient/gen/models/quality_request.py +93 -0
  100. regula/facesdk/webclient/gen/models/recognize_image.py +100 -0
  101. regula/facesdk/webclient/gen/models/recognize_image_data.py +84 -0
  102. regula/facesdk/webclient/gen/models/resize_options.py +86 -0
  103. regula/facesdk/webclient/gen/models/search_bad_params.py +86 -0
  104. regula/facesdk/webclient/gen/models/search_detection.py +102 -0
  105. regula/facesdk/webclient/gen/models/search_parameters.py +95 -0
  106. regula/facesdk/webclient/gen/models/search_parameters_create_person.py +86 -0
  107. regula/facesdk/webclient/gen/models/search_person.py +113 -0
  108. regula/facesdk/webclient/gen/models/search_person_data.py +96 -0
  109. regula/facesdk/webclient/gen/models/search_request.py +119 -0
  110. regula/facesdk/webclient/gen/models/search_result.py +92 -0
  111. regula/facesdk/webclient/gen/models/transaction_info.py +99 -0
  112. regula/facesdk/webclient/gen/models/transaction_labels.py +84 -0
  113. regula/facesdk/webclient/gen/models/update_group.py +85 -0
  114. regula/facesdk/webclient/gen/py.typed +0 -0
  115. regula/facesdk/webclient/gen/rest.py +136 -232
  116. {regula_facesdk_webclient-7.2.388.dev0.dist-info → regula_facesdk_webclient-8.1.433.dev0.dist-info}/METADATA +7 -4
  117. regula_facesdk_webclient-8.1.433.dev0.dist-info/RECORD +125 -0
  118. {regula_facesdk_webclient-7.2.388.dev0.dist-info → regula_facesdk_webclient-8.1.433.dev0.dist-info}/WHEEL +1 -1
  119. regula/facesdk/webclient/gen/api/diagnostics_api.py +0 -162
  120. regula/facesdk/webclient/gen/api/liveness_2_0_api.py +0 -306
  121. regula/facesdk/webclient/gen/api/liveness_api.py +0 -424
  122. regula/facesdk/webclient/gen/apis/__init__.py +0 -22
  123. regula/facesdk/webclient/gen/model/__init__.py +0 -5
  124. regula/facesdk/webclient/gen/model/add_image_to_person_request.py +0 -261
  125. regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py +0 -204
  126. regula/facesdk/webclient/gen/model/add_image_to_person_response.py +0 -262
  127. regula/facesdk/webclient/gen/model/attribute_config.py +0 -120
  128. regula/facesdk/webclient/gen/model/attribute_config_list.py +0 -92
  129. regula/facesdk/webclient/gen/model/crop.py +0 -180
  130. regula/facesdk/webclient/gen/model/detect_attributes_details.py +0 -150
  131. regula/facesdk/webclient/gen/model/detect_details_meta.py +0 -178
  132. regula/facesdk/webclient/gen/model/detect_request.py +0 -232
  133. regula/facesdk/webclient/gen/model/detect_request_attributes.py +0 -120
  134. regula/facesdk/webclient/gen/model/detect_response.py +0 -147
  135. regula/facesdk/webclient/gen/model/detect_response_all_of.py +0 -120
  136. regula/facesdk/webclient/gen/model/detect_result.py +0 -235
  137. regula/facesdk/webclient/gen/model/detection.py +0 -230
  138. regula/facesdk/webclient/gen/model/detection_attributes.py +0 -150
  139. regula/facesdk/webclient/gen/model/detection_face.py +0 -232
  140. regula/facesdk/webclient/gen/model/detection_quality.py +0 -234
  141. regula/facesdk/webclient/gen/model/device_info.py +0 -231
  142. regula/facesdk/webclient/gen/model/face_align_type_quality.py +0 -109
  143. regula/facesdk/webclient/gen/model/face_attribute.py +0 -133
  144. regula/facesdk/webclient/gen/model/face_image_quality_align_type.py +0 -109
  145. regula/facesdk/webclient/gen/model/face_image_quality_groups.py +0 -118
  146. regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py +0 -118
  147. regula/facesdk/webclient/gen/model/face_image_quality_status.py +0 -103
  148. regula/facesdk/webclient/gen/model/face_quality_config_name.py +0 -238
  149. regula/facesdk/webclient/gen/model/face_quality_scenarios.py +0 -124
  150. regula/facesdk/webclient/gen/model/face_quality_status.py +0 -103
  151. regula/facesdk/webclient/gen/model/face_rectangular.py +0 -92
  152. regula/facesdk/webclient/gen/model/face_sdk_result.py +0 -121
  153. regula/facesdk/webclient/gen/model/face_sdk_result_code.py +0 -217
  154. regula/facesdk/webclient/gen/model/faces_response.py +0 -258
  155. regula/facesdk/webclient/gen/model/faces_response_all_of.py +0 -148
  156. regula/facesdk/webclient/gen/model/filter_op.py +0 -100
  157. regula/facesdk/webclient/gen/model/filter_search_request.py +0 -176
  158. regula/facesdk/webclient/gen/model/group.py +0 -206
  159. regula/facesdk/webclient/gen/model/group_all_of.py +0 -150
  160. regula/facesdk/webclient/gen/model/group_page.py +0 -178
  161. regula/facesdk/webclient/gen/model/group_page_all_of.py +0 -122
  162. regula/facesdk/webclient/gen/model/group_response.py +0 -150
  163. regula/facesdk/webclient/gen/model/group_to_create.py +0 -180
  164. regula/facesdk/webclient/gen/model/image.py +0 -318
  165. regula/facesdk/webclient/gen/model/image_fields.py +0 -258
  166. regula/facesdk/webclient/gen/model/image_fields_image.py +0 -204
  167. regula/facesdk/webclient/gen/model/image_page.py +0 -176
  168. regula/facesdk/webclient/gen/model/image_page_all_of.py +0 -120
  169. regula/facesdk/webclient/gen/model/image_source.py +0 -115
  170. regula/facesdk/webclient/gen/model/liveness_transaction.py +0 -334
  171. regula/facesdk/webclient/gen/model/liveness_type.py +0 -100
  172. regula/facesdk/webclient/gen/model/match_and_search_request.py +0 -290
  173. regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +0 -234
  174. regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py +0 -148
  175. regula/facesdk/webclient/gen/model/match_and_search_request_images.py +0 -176
  176. regula/facesdk/webclient/gen/model/match_and_search_response.py +0 -233
  177. regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py +0 -206
  178. regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py +0 -176
  179. regula/facesdk/webclient/gen/model/match_image.py +0 -205
  180. regula/facesdk/webclient/gen/model/match_image_detection.py +0 -178
  181. regula/facesdk/webclient/gen/model/match_image_result.py +0 -316
  182. regula/facesdk/webclient/gen/model/match_request.py +0 -233
  183. regula/facesdk/webclient/gen/model/match_request_output_image_params.py +0 -148
  184. regula/facesdk/webclient/gen/model/match_request_output_image_params_crop.py +0 -212
  185. regula/facesdk/webclient/gen/model/match_response.py +0 -205
  186. regula/facesdk/webclient/gen/model/match_response_all_of.py +0 -178
  187. regula/facesdk/webclient/gen/model/operation_log.py +0 -206
  188. regula/facesdk/webclient/gen/model/output_image_params.py +0 -146
  189. regula/facesdk/webclient/gen/model/page.py +0 -150
  190. regula/facesdk/webclient/gen/model/person.py +0 -319
  191. regula/facesdk/webclient/gen/model/person_all_of.py +0 -206
  192. regula/facesdk/webclient/gen/model/person_created_response.py +0 -178
  193. regula/facesdk/webclient/gen/model/person_fields.py +0 -235
  194. regula/facesdk/webclient/gen/model/person_to_update_fields.py +0 -206
  195. regula/facesdk/webclient/gen/model/person_with_images.py +0 -347
  196. regula/facesdk/webclient/gen/model/person_with_images_all_of.py +0 -122
  197. regula/facesdk/webclient/gen/model/persons_page.py +0 -176
  198. regula/facesdk/webclient/gen/model/persons_page_all_of.py +0 -120
  199. regula/facesdk/webclient/gen/model/persons_request.py +0 -291
  200. regula/facesdk/webclient/gen/model/persons_request_all_of.py +0 -150
  201. regula/facesdk/webclient/gen/model/process_param.py +0 -226
  202. regula/facesdk/webclient/gen/model/process_param_attributes.py +0 -120
  203. regula/facesdk/webclient/gen/model/quality_config.py +0 -154
  204. regula/facesdk/webclient/gen/model/quality_config_list.py +0 -92
  205. regula/facesdk/webclient/gen/model/quality_detail.py +0 -234
  206. regula/facesdk/webclient/gen/model/quality_details_groups.py +0 -202
  207. regula/facesdk/webclient/gen/model/quality_request.py +0 -146
  208. regula/facesdk/webclient/gen/model/recognize_image.py +0 -374
  209. regula/facesdk/webclient/gen/model/recognize_image_all_of.py +0 -150
  210. regula/facesdk/webclient/gen/model/resize_options.py +0 -178
  211. regula/facesdk/webclient/gen/model/rgb.py +0 -92
  212. regula/facesdk/webclient/gen/model/search_bad_params.py +0 -172
  213. regula/facesdk/webclient/gen/model/search_detection.py +0 -398
  214. regula/facesdk/webclient/gen/model/search_parameters.py +0 -174
  215. regula/facesdk/webclient/gen/model/search_parameters_create_person.py +0 -177
  216. regula/facesdk/webclient/gen/model/search_person.py +0 -373
  217. regula/facesdk/webclient/gen/model/search_person_all_of.py +0 -148
  218. regula/facesdk/webclient/gen/model/search_request.py +0 -394
  219. regula/facesdk/webclient/gen/model/search_request_all_of.py +0 -150
  220. regula/facesdk/webclient/gen/model/search_result.py +0 -150
  221. regula/facesdk/webclient/gen/model/search_result_all_of.py +0 -122
  222. regula/facesdk/webclient/gen/model/transaction_config.py +0 -92
  223. regula/facesdk/webclient/gen/model/transaction_info.py +0 -344
  224. regula/facesdk/webclient/gen/model/update_group.py +0 -150
  225. regula/facesdk/webclient/gen/model_utils.py +0 -2037
  226. regula_facesdk_webclient-7.2.388.dev0.dist-info/RECORD +0 -138
  227. {regula_facesdk_webclient-7.2.388.dev0.dist-info → regula_facesdk_webclient-8.1.433.dev0.dist-info}/top_level.txt +0 -0
@@ -1,133 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Regula Face SDK Web API
5
-
6
- <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
-
8
- The version of the OpenAPI document: 7.2.0
9
- Generated by: https://openapi-generator.tech
10
- """
11
-
12
-
13
- import pprint
14
- import re # noqa: F401
15
-
16
- import six
17
-
18
- from regula.facesdk.webclient.gen.configuration import Configuration
19
-
20
-
21
- class FaceAttribute(object):
22
- """NOTE: This class is auto generated by OpenAPI Generator.
23
- Ref: https://openapi-generator.tech
24
-
25
- Do not edit the class manually.
26
- """
27
-
28
- ""
29
- AGE = "Age"
30
-
31
- ""
32
- EMOTION = "Emotion"
33
-
34
- ""
35
- EYE_LEFT = "EyeLeft"
36
-
37
- ""
38
- EYE_RIGHT = "EyeRight"
39
-
40
- ""
41
- SMILE = "Smile"
42
-
43
- ""
44
- GLASSES = "Glasses"
45
-
46
- ""
47
- HEAD_COVERING = "HeadCovering"
48
-
49
- ""
50
- FOREHEAD_COVERING = "ForeheadCovering"
51
-
52
- ""
53
- MOUTH = "Mouth"
54
-
55
- ""
56
- MEDICAL_MASK = "MedicalMask"
57
-
58
- ""
59
- OCCLUSION = "Occlusion"
60
-
61
- ""
62
- STRONG_MAKEUP = "StrongMakeup"
63
-
64
- ""
65
- HEADPHONES = "Headphones"
66
-
67
- allowable_values = [AGE, EMOTION, EYE_LEFT, EYE_RIGHT, SMILE, GLASSES, HEAD_COVERING, FOREHEAD_COVERING, MOUTH, MEDICAL_MASK, OCCLUSION, STRONG_MAKEUP, HEADPHONES] # noqa: E501
68
-
69
- """
70
- Attributes:
71
- openapi_types (dict): The key is attribute name
72
- and the value is attribute type.
73
- attribute_map (dict): The key is attribute name
74
- and the value is json key in definition.
75
- """
76
- openapi_types = {
77
- }
78
-
79
- attribute_map = {
80
- }
81
-
82
- def __init__(self, local_vars_configuration=None): # noqa: E501
83
- """FaceAttribute - a model defined in OpenAPI""" # noqa: E501
84
- if local_vars_configuration is None:
85
- local_vars_configuration = Configuration()
86
- self.local_vars_configuration = local_vars_configuration
87
- self.discriminator = None
88
-
89
- def to_dict(self):
90
- """Returns the model properties as a dict"""
91
- result = {}
92
-
93
- for attr, _ in six.iteritems(self.openapi_types):
94
- value = getattr(self, attr)
95
- if isinstance(value, list):
96
- result[attr] = list(map(
97
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
98
- value
99
- ))
100
- elif hasattr(value, "to_dict"):
101
- result[attr] = value.to_dict()
102
- elif isinstance(value, dict):
103
- result[attr] = dict(map(
104
- lambda item: (item[0], item[1].to_dict())
105
- if hasattr(item[1], "to_dict") else item,
106
- value.items()
107
- ))
108
- else:
109
- result[attr] = value
110
-
111
- return result
112
-
113
- def to_str(self):
114
- """Returns the string representation of the model"""
115
- return pprint.pformat(self.to_dict())
116
-
117
- def __repr__(self):
118
- """For `print` and `pprint`"""
119
- return self.to_str()
120
-
121
- def __eq__(self, other):
122
- """Returns true if both objects are equal"""
123
- if not isinstance(other, FaceAttribute):
124
- return False
125
-
126
- return self.to_dict() == other.to_dict()
127
-
128
- def __ne__(self, other):
129
- """Returns true if both objects are not equal"""
130
- if not isinstance(other, FaceAttribute):
131
- return True
132
-
133
- return self.to_dict() != other.to_dict()
@@ -1,109 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Regula Face SDK Web API
5
-
6
- <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
-
8
- The version of the OpenAPI document: 7.2.0
9
- Generated by: https://openapi-generator.tech
10
- """
11
-
12
-
13
- import pprint
14
- import re # noqa: F401
15
-
16
- import six
17
-
18
- from regula.facesdk.webclient.gen.configuration import Configuration
19
-
20
-
21
- class FaceImageQualityAlignType(object):
22
- """NOTE: This class is auto generated by OpenAPI Generator.
23
- Ref: https://openapi-generator.tech
24
-
25
- Do not edit the class manually.
26
- """
27
-
28
- ""
29
- ALIGN_3x4 = int(0)
30
-
31
- ""
32
- ALIGN_4x5 = int(1)
33
-
34
- ""
35
- ALIGN_2x3 = int(2)
36
-
37
- ""
38
- ALIGN_1x1 = int(3)
39
-
40
- ""
41
- ALIGN_7x9 = int(4)
42
-
43
- allowable_values = [ALIGN_3x4, ALIGN_4x5, ALIGN_2x3, ALIGN_1x1, ALIGN_7x9] # noqa: E501
44
-
45
- """
46
- Attributes:
47
- openapi_types (dict): The key is attribute name
48
- and the value is attribute type.
49
- attribute_map (dict): The key is attribute name
50
- and the value is json key in definition.
51
- """
52
- openapi_types = {
53
- }
54
-
55
- attribute_map = {
56
- }
57
-
58
- def __init__(self, local_vars_configuration=None): # noqa: E501
59
- """FaceImageQualityAlignType - a model defined in OpenAPI""" # noqa: E501
60
- if local_vars_configuration is None:
61
- local_vars_configuration = Configuration()
62
- self.local_vars_configuration = local_vars_configuration
63
- self.discriminator = None
64
-
65
- def to_dict(self):
66
- """Returns the model properties as a dict"""
67
- result = {}
68
-
69
- for attr, _ in six.iteritems(self.openapi_types):
70
- value = getattr(self, attr)
71
- if isinstance(value, list):
72
- result[attr] = list(map(
73
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
74
- value
75
- ))
76
- elif hasattr(value, "to_dict"):
77
- result[attr] = value.to_dict()
78
- elif isinstance(value, dict):
79
- result[attr] = dict(map(
80
- lambda item: (item[0], item[1].to_dict())
81
- if hasattr(item[1], "to_dict") else item,
82
- value.items()
83
- ))
84
- else:
85
- result[attr] = value
86
-
87
- return result
88
-
89
- def to_str(self):
90
- """Returns the string representation of the model"""
91
- return pprint.pformat(self.to_dict())
92
-
93
- def __repr__(self):
94
- """For `print` and `pprint`"""
95
- return self.to_str()
96
-
97
- def __eq__(self, other):
98
- """Returns true if both objects are equal"""
99
- if not isinstance(other, FaceImageQualityAlignType):
100
- return False
101
-
102
- return self.to_dict() == other.to_dict()
103
-
104
- def __ne__(self, other):
105
- """Returns true if both objects are not equal"""
106
- if not isinstance(other, FaceImageQualityAlignType):
107
- return True
108
-
109
- return self.to_dict() != other.to_dict()
@@ -1,118 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Regula Face SDK Web API
5
-
6
- <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
-
8
- The version of the OpenAPI document: 7.2.0
9
- Generated by: https://openapi-generator.tech
10
- """
11
-
12
-
13
- import pprint
14
- import re # noqa: F401
15
-
16
- import six
17
-
18
- from regula.facesdk.webclient.gen.configuration import Configuration
19
-
20
-
21
- class FaceImageQualityGroups(object):
22
- """NOTE: This class is auto generated by OpenAPI Generator.
23
- Ref: https://openapi-generator.tech
24
-
25
- Do not edit the class manually.
26
- """
27
-
28
- ""
29
- IMAGE_CHARACTERISTICS = int(1)
30
-
31
- ""
32
- HEAD_SIZE_AND_POSITIONS = int(2)
33
-
34
- ""
35
- FACE_QUALITY = int(3)
36
-
37
- ""
38
- EYES_CHARACTERISTICS = int(4)
39
-
40
- ""
41
- SHADOWS_AND_LIGHTNING = int(5)
42
-
43
- ""
44
- POSE_AND_EXPRESSION = int(6)
45
-
46
- ""
47
- HEAD_OCCLUSION = int(7)
48
-
49
- ""
50
- BACKGROUND = int(8)
51
-
52
- allowable_values = [IMAGE_CHARACTERISTICS, HEAD_SIZE_AND_POSITIONS, FACE_QUALITY, EYES_CHARACTERISTICS, SHADOWS_AND_LIGHTNING, POSE_AND_EXPRESSION, HEAD_OCCLUSION, BACKGROUND] # noqa: E501
53
-
54
- """
55
- Attributes:
56
- openapi_types (dict): The key is attribute name
57
- and the value is attribute type.
58
- attribute_map (dict): The key is attribute name
59
- and the value is json key in definition.
60
- """
61
- openapi_types = {
62
- }
63
-
64
- attribute_map = {
65
- }
66
-
67
- def __init__(self, local_vars_configuration=None): # noqa: E501
68
- """FaceImageQualityGroups - a model defined in OpenAPI""" # noqa: E501
69
- if local_vars_configuration is None:
70
- local_vars_configuration = Configuration()
71
- self.local_vars_configuration = local_vars_configuration
72
- self.discriminator = None
73
-
74
- def to_dict(self):
75
- """Returns the model properties as a dict"""
76
- result = {}
77
-
78
- for attr, _ in six.iteritems(self.openapi_types):
79
- value = getattr(self, attr)
80
- if isinstance(value, list):
81
- result[attr] = list(map(
82
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
83
- value
84
- ))
85
- elif hasattr(value, "to_dict"):
86
- result[attr] = value.to_dict()
87
- elif isinstance(value, dict):
88
- result[attr] = dict(map(
89
- lambda item: (item[0], item[1].to_dict())
90
- if hasattr(item[1], "to_dict") else item,
91
- value.items()
92
- ))
93
- else:
94
- result[attr] = value
95
-
96
- return result
97
-
98
- def to_str(self):
99
- """Returns the string representation of the model"""
100
- return pprint.pformat(self.to_dict())
101
-
102
- def __repr__(self):
103
- """For `print` and `pprint`"""
104
- return self.to_str()
105
-
106
- def __eq__(self, other):
107
- """Returns true if both objects are equal"""
108
- if not isinstance(other, FaceImageQualityGroups):
109
- return False
110
-
111
- return self.to_dict() == other.to_dict()
112
-
113
- def __ne__(self, other):
114
- """Returns true if both objects are not equal"""
115
- if not isinstance(other, FaceImageQualityGroups):
116
- return True
117
-
118
- return self.to_dict() != other.to_dict()
@@ -1,118 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Regula Face SDK Web API
5
-
6
- <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
-
8
- The version of the OpenAPI document: 7.2.0
9
- Generated by: https://openapi-generator.tech
10
- """
11
-
12
-
13
- import pprint
14
- import re # noqa: F401
15
-
16
- import six
17
-
18
- from regula.facesdk.webclient.gen.configuration import Configuration
19
-
20
-
21
- class FaceImageQualityGroupsStrings(object):
22
- """NOTE: This class is auto generated by OpenAPI Generator.
23
- Ref: https://openapi-generator.tech
24
-
25
- Do not edit the class manually.
26
- """
27
-
28
- ""
29
- IMAGE_CHARACTERISTICS = "ImageCharacteristics"
30
-
31
- ""
32
- HEAD_SIZE_AND_POSITIONS = "HeadSizeAndPosition"
33
-
34
- ""
35
- FACE_QUALITY = "FaceQuality"
36
-
37
- ""
38
- EYES_CHARACTERISTICS = "EyesCharacteristics"
39
-
40
- ""
41
- SHADOWS_AND_LIGHTNING = "ShadowsAndLightning"
42
-
43
- ""
44
- POSE_AND_EXPRESSION = "PoseAndExpression"
45
-
46
- ""
47
- HEAD_OCCLUSION = "HeadOcclusion"
48
-
49
- ""
50
- BACKGROUND = "Background"
51
-
52
- allowable_values = [IMAGE_CHARACTERISTICS, HEAD_SIZE_AND_POSITIONS, FACE_QUALITY, EYES_CHARACTERISTICS, SHADOWS_AND_LIGHTNING, POSE_AND_EXPRESSION, HEAD_OCCLUSION, BACKGROUND] # noqa: E501
53
-
54
- """
55
- Attributes:
56
- openapi_types (dict): The key is attribute name
57
- and the value is attribute type.
58
- attribute_map (dict): The key is attribute name
59
- and the value is json key in definition.
60
- """
61
- openapi_types = {
62
- }
63
-
64
- attribute_map = {
65
- }
66
-
67
- def __init__(self, local_vars_configuration=None): # noqa: E501
68
- """FaceImageQualityGroupsStrings - a model defined in OpenAPI""" # noqa: E501
69
- if local_vars_configuration is None:
70
- local_vars_configuration = Configuration()
71
- self.local_vars_configuration = local_vars_configuration
72
- self.discriminator = None
73
-
74
- def to_dict(self):
75
- """Returns the model properties as a dict"""
76
- result = {}
77
-
78
- for attr, _ in six.iteritems(self.openapi_types):
79
- value = getattr(self, attr)
80
- if isinstance(value, list):
81
- result[attr] = list(map(
82
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
83
- value
84
- ))
85
- elif hasattr(value, "to_dict"):
86
- result[attr] = value.to_dict()
87
- elif isinstance(value, dict):
88
- result[attr] = dict(map(
89
- lambda item: (item[0], item[1].to_dict())
90
- if hasattr(item[1], "to_dict") else item,
91
- value.items()
92
- ))
93
- else:
94
- result[attr] = value
95
-
96
- return result
97
-
98
- def to_str(self):
99
- """Returns the string representation of the model"""
100
- return pprint.pformat(self.to_dict())
101
-
102
- def __repr__(self):
103
- """For `print` and `pprint`"""
104
- return self.to_str()
105
-
106
- def __eq__(self, other):
107
- """Returns true if both objects are equal"""
108
- if not isinstance(other, FaceImageQualityGroupsStrings):
109
- return False
110
-
111
- return self.to_dict() == other.to_dict()
112
-
113
- def __ne__(self, other):
114
- """Returns true if both objects are not equal"""
115
- if not isinstance(other, FaceImageQualityGroupsStrings):
116
- return True
117
-
118
- return self.to_dict() != other.to_dict()
@@ -1,103 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Regula Face SDK Web API
5
-
6
- <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
7
-
8
- The version of the OpenAPI document: 7.2.0
9
- Generated by: https://openapi-generator.tech
10
- """
11
-
12
-
13
- import pprint
14
- import re # noqa: F401
15
-
16
- import six
17
-
18
- from regula.facesdk.webclient.gen.configuration import Configuration
19
-
20
-
21
- class FaceImageQualityStatus(object):
22
- """NOTE: This class is auto generated by OpenAPI Generator.
23
- Ref: https://openapi-generator.tech
24
-
25
- Do not edit the class manually.
26
- """
27
-
28
- ""
29
- QUALITY_STATUS_FALSE = int(0)
30
-
31
- ""
32
- QUALITY_STATUS_TRUE = int(1)
33
-
34
- ""
35
- QUALITY_STATUS_UNDETERMINED = int(2)
36
-
37
- allowable_values = [QUALITY_STATUS_FALSE, QUALITY_STATUS_TRUE, QUALITY_STATUS_UNDETERMINED] # noqa: E501
38
-
39
- """
40
- Attributes:
41
- openapi_types (dict): The key is attribute name
42
- and the value is attribute type.
43
- attribute_map (dict): The key is attribute name
44
- and the value is json key in definition.
45
- """
46
- openapi_types = {
47
- }
48
-
49
- attribute_map = {
50
- }
51
-
52
- def __init__(self, local_vars_configuration=None): # noqa: E501
53
- """FaceImageQualityStatus - a model defined in OpenAPI""" # noqa: E501
54
- if local_vars_configuration is None:
55
- local_vars_configuration = Configuration()
56
- self.local_vars_configuration = local_vars_configuration
57
- self.discriminator = None
58
-
59
- def to_dict(self):
60
- """Returns the model properties as a dict"""
61
- result = {}
62
-
63
- for attr, _ in six.iteritems(self.openapi_types):
64
- value = getattr(self, attr)
65
- if isinstance(value, list):
66
- result[attr] = list(map(
67
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
68
- value
69
- ))
70
- elif hasattr(value, "to_dict"):
71
- result[attr] = value.to_dict()
72
- elif isinstance(value, dict):
73
- result[attr] = dict(map(
74
- lambda item: (item[0], item[1].to_dict())
75
- if hasattr(item[1], "to_dict") else item,
76
- value.items()
77
- ))
78
- else:
79
- result[attr] = value
80
-
81
- return result
82
-
83
- def to_str(self):
84
- """Returns the string representation of the model"""
85
- return pprint.pformat(self.to_dict())
86
-
87
- def __repr__(self):
88
- """For `print` and `pprint`"""
89
- return self.to_str()
90
-
91
- def __eq__(self, other):
92
- """Returns true if both objects are equal"""
93
- if not isinstance(other, FaceImageQualityStatus):
94
- return False
95
-
96
- return self.to_dict() == other.to_dict()
97
-
98
- def __ne__(self, other):
99
- """Returns true if both objects are not equal"""
100
- if not isinstance(other, FaceImageQualityStatus):
101
- return True
102
-
103
- return self.to_dict() != other.to_dict()