regula-facesdk-webclient 7.2.372rc0__tar.gz → 7.2.373.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of regula-facesdk-webclient might be problematic. Click here for more details.
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/PKG-INFO +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/api/sdk.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/models/detect_request.py +0 -3
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/models/match_request.py +0 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/__init__.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/group_api.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/healthcheck_api.py +5 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/liveness_2_0_api.py +139 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/match_api.py +5 -5
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/person_api.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/search_api.py +8 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api_client.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/configuration.py +2 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/exceptions.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/add_image_to_person_request.py +58 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/add_image_to_person_response.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/attribute_config.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/attribute_config_list.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/crop.py +2 -30
- regula_facesdk_webclient-7.2.373.dev0/regula/facesdk/webclient/gen/model/detect_attributes_details.py +150 -0
- regula_facesdk_webclient-7.2.373.dev0/regula/facesdk/webclient/gen/model/detect_details_meta.py +178 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detect_request.py +48 -20
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detect_response.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detect_response_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detect_result.py +26 -22
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detection.py +4 -32
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detection_attributes.py +8 -6
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detection_face.py +2 -30
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detection_quality.py +27 -27
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/device_info.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_attribute.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_image_quality_align_type.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_image_quality_groups.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_image_quality_status.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_quality_config_name.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_quality_scenarios.py +5 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_rectangular.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_sdk_result.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_sdk_result_code.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/faces_response.py +2 -30
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/faces_response_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/filter_op.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/filter_search_request.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/group.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/group_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/group_page.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/group_page_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/group_response.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/group_to_create.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/image.py +30 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/image_fields.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/image_page.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/image_page_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/image_source.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/liveness_type.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_and_search_request.py +119 -7
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +58 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py +1 -1
- regula_facesdk_webclient-7.2.373.dev0/regula/facesdk/webclient/gen/model/match_and_search_request_images.py +176 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_and_search_response.py +3 -3
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py +3 -3
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_image.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_image_detection.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_image_result.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_request.py +60 -31
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_response.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_response_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/operation_log.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/output_image_params.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/page.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/person.py +20 -19
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/person_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/person_fields.py +20 -19
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/person_to_update_fields.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/person_with_images.py +20 -19
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/person_with_images_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/persons_page.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/persons_page_all_of.py +1 -1
- regula_facesdk_webclient-7.2.373.dev0/regula/facesdk/webclient/gen/model/persons_request.py +291 -0
- regula_facesdk_webclient-7.2.373.dev0/regula/facesdk/webclient/gen/model/persons_request_all_of.py +150 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/process_param.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/process_param_attributes.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/quality_config.py +3 -3
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/quality_config_list.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/quality_detail.py +5 -5
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/quality_details_groups.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/quality_request.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/recognize_image.py +30 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/recognize_image_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/resize_options.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/rgb.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_bad_params.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_detection.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_parameters.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_parameters_create_person.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_person.py +20 -19
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_person_all_of.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_request.py +58 -2
- regula_facesdk_webclient-7.2.373.dev0/regula/facesdk/webclient/gen/model/search_request_all_of.py +150 -0
- regula_facesdk_webclient-7.2.373.dev0/regula/facesdk/webclient/gen/model/search_result.py +150 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/transaction_info.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/update_group.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model_utils.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/models/__init__.py +4 -2
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/rest.py +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula_facesdk_webclient.egg-info/PKG-INFO +1 -1
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula_facesdk_webclient.egg-info/SOURCES.txt +5 -0
- regula_facesdk_webclient-7.2.372rc0/regula/facesdk/webclient/gen/model/search_request_all_of.py +0 -178
- regula_facesdk_webclient-7.2.372rc0/regula/facesdk/webclient/gen/model/search_result.py +0 -313
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/README.md +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/api/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/api/group_api.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/api/match_api.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/api/person_api.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/api/search_api.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/common.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/models/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/ext/models/match_image.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/diagnostics_api.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/api/liveness_api.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/apis/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/__init__.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/detect_request_attributes.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_align_type_quality.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/face_quality_status.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/image_fields_image.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/liveness_transaction.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_request_output_image_params.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/match_request_output_image_params_crop.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/person_created_response.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/search_result_all_of.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula/facesdk/webclient/gen/model/transaction_config.py +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula_facesdk_webclient.egg-info/dependency_links.txt +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula_facesdk_webclient.egg-info/requires.txt +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/regula_facesdk_webclient.egg-info/top_level.txt +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/setup.cfg +0 -0
- {regula_facesdk_webclient-7.2.372rc0 → regula_facesdk_webclient-7.2.373.dev0}/setup.py +0 -0
|
@@ -6,7 +6,7 @@ from regula.facesdk.webclient.gen import ApiClient, Configuration
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
class FaceSdk:
|
|
9
|
-
def __init__(self, host=None, debug=None, verify_ssl=
|
|
9
|
+
def __init__(self, host=None, debug=None, verify_ssl=True, api_client=None):
|
|
10
10
|
if api_client:
|
|
11
11
|
self.__api_client = api_client
|
|
12
12
|
else:
|
|
@@ -11,8 +11,6 @@ class DetectRequest(GetDetectRequest):
|
|
|
11
11
|
self,
|
|
12
12
|
image: Union[Base64String, bytes],
|
|
13
13
|
process_param: ProcessParam = None,
|
|
14
|
-
only_central_face=False,
|
|
15
|
-
thumbnails=False,
|
|
16
14
|
local_vars_configuration=None,
|
|
17
15
|
tag=None,
|
|
18
16
|
|
|
@@ -25,7 +23,6 @@ class DetectRequest(GetDetectRequest):
|
|
|
25
23
|
|
|
26
24
|
super().__init__(
|
|
27
25
|
image=image,
|
|
28
|
-
thumbnails=thumbnails,
|
|
29
26
|
local_vars_configuration=local_vars_configuration,
|
|
30
27
|
tag=tag,
|
|
31
28
|
process_param=process_param
|
|
@@ -10,7 +10,6 @@ class MatchRequest(GenMatchRequest):
|
|
|
10
10
|
def __init__(
|
|
11
11
|
self,
|
|
12
12
|
images: List[Union[MatchImage, Base64String, bytes]],
|
|
13
|
-
thumbnails=False,
|
|
14
13
|
local_vars_configuration=None,
|
|
15
14
|
output_image_params=None,
|
|
16
15
|
tag=None
|
|
@@ -29,6 +28,5 @@ class MatchRequest(GenMatchRequest):
|
|
|
29
28
|
images=input_images,
|
|
30
29
|
local_vars_configuration=local_vars_configuration,
|
|
31
30
|
output_image_params=output_image_params,
|
|
32
|
-
thumbnails=thumbnails,
|
|
33
31
|
tag=tag
|
|
34
32
|
)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 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:
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -39,6 +39,7 @@ class HealthcheckApi(object):
|
|
|
39
39
|
def healthz(self, **kwargs): # noqa: E501
|
|
40
40
|
"""Server healthcheck # noqa: E501
|
|
41
41
|
|
|
42
|
+
The `/api/healthz` endpoint performs a server health check, providing details such as the application name, license ID, serial number, validity, and product version. <br><br>Comprehensive information about service diagnostics is available on the [Monitoring page](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/monitoring/). # noqa: E501
|
|
42
43
|
This method makes a synchronous HTTP request by default. To make an
|
|
43
44
|
asynchronous HTTP request, please pass async_req=True
|
|
44
45
|
|
|
@@ -68,6 +69,7 @@ class HealthcheckApi(object):
|
|
|
68
69
|
def healthz_with_http_info(self, **kwargs): # noqa: E501
|
|
69
70
|
"""Server healthcheck # noqa: E501
|
|
70
71
|
|
|
72
|
+
The `/api/healthz` endpoint performs a server health check, providing details such as the application name, license ID, serial number, validity, and product version. <br><br>Comprehensive information about service diagnostics is available on the [Monitoring page](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/monitoring/). # noqa: E501
|
|
71
73
|
This method makes a synchronous HTTP request by default. To make an
|
|
72
74
|
asynchronous HTTP request, please pass async_req=True
|
|
73
75
|
|
|
@@ -164,6 +166,7 @@ class HealthcheckApi(object):
|
|
|
164
166
|
def readyz(self, **kwargs): # noqa: E501
|
|
165
167
|
"""License healthcheck # noqa: E501
|
|
166
168
|
|
|
169
|
+
The `/api/readyz` endpoint checks the license's health to determine if the application is ready for operation. It validates the license and returns a response indicating whether the license is valid (`200`) or invalid (`400`). # noqa: E501
|
|
167
170
|
This method makes a synchronous HTTP request by default. To make an
|
|
168
171
|
asynchronous HTTP request, please pass async_req=True
|
|
169
172
|
|
|
@@ -193,6 +196,7 @@ class HealthcheckApi(object):
|
|
|
193
196
|
def readyz_with_http_info(self, **kwargs): # noqa: E501
|
|
194
197
|
"""License healthcheck # noqa: E501
|
|
195
198
|
|
|
199
|
+
The `/api/readyz` endpoint checks the license's health to determine if the application is ready for operation. It validates the license and returns a response indicating whether the license is valid (`200`) or invalid (`400`). # noqa: E501
|
|
196
200
|
This method makes a synchronous HTTP request by default. To make an
|
|
197
201
|
asynchronous HTTP request, please pass async_req=True
|
|
198
202
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -36,6 +36,144 @@ class Liveness20Api(object):
|
|
|
36
36
|
api_client = ApiClient()
|
|
37
37
|
self.api_client = api_client
|
|
38
38
|
|
|
39
|
+
def delete_liveness_transaction(self, transaction_id, tag, **kwargs): # noqa: E501
|
|
40
|
+
"""delete liveness transaction # noqa: E501
|
|
41
|
+
|
|
42
|
+
This endpoint deletes a liveness transaction based on either the specified `tag` or `transactionId`. At least one of the parameters must be provided for the operation to be valid. # noqa: E501
|
|
43
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
44
|
+
asynchronous HTTP request, please pass async_req=True
|
|
45
|
+
|
|
46
|
+
>>> thread = api.delete_liveness_transaction(transaction_id, tag, async_req=True)
|
|
47
|
+
>>> result = thread.get()
|
|
48
|
+
|
|
49
|
+
:param transaction_id: ID of the current liveness transaction. (required)
|
|
50
|
+
:type transaction_id: str
|
|
51
|
+
:param tag: A unique tag associated with a liveness transaction session. Used to identify and delete the corresponding transaction. (required)
|
|
52
|
+
:type tag: str
|
|
53
|
+
:param async_req: Whether to execute the request asynchronously.
|
|
54
|
+
:type async_req: bool, optional
|
|
55
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
56
|
+
be returned without reading/decoding response
|
|
57
|
+
data. Default is True.
|
|
58
|
+
:type _preload_content: bool, optional
|
|
59
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
60
|
+
number provided, it will be total request
|
|
61
|
+
timeout. It can also be a pair (tuple) of
|
|
62
|
+
(connection, read) timeouts.
|
|
63
|
+
:return: Returns the result object.
|
|
64
|
+
If the method is called asynchronously,
|
|
65
|
+
returns the request thread.
|
|
66
|
+
:rtype: None
|
|
67
|
+
"""
|
|
68
|
+
kwargs['_return_http_data_only'] = True
|
|
69
|
+
return self.delete_liveness_transaction_with_http_info(transaction_id, tag, **kwargs) # noqa: E501
|
|
70
|
+
|
|
71
|
+
def delete_liveness_transaction_with_http_info(self, transaction_id, tag, **kwargs): # noqa: E501
|
|
72
|
+
"""delete liveness transaction # noqa: E501
|
|
73
|
+
|
|
74
|
+
This endpoint deletes a liveness transaction based on either the specified `tag` or `transactionId`. At least one of the parameters must be provided for the operation to be valid. # noqa: E501
|
|
75
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
76
|
+
asynchronous HTTP request, please pass async_req=True
|
|
77
|
+
|
|
78
|
+
>>> thread = api.delete_liveness_transaction_with_http_info(transaction_id, tag, async_req=True)
|
|
79
|
+
>>> result = thread.get()
|
|
80
|
+
|
|
81
|
+
:param transaction_id: ID of the current liveness transaction. (required)
|
|
82
|
+
:type transaction_id: str
|
|
83
|
+
:param tag: A unique tag associated with a liveness transaction session. Used to identify and delete the corresponding transaction. (required)
|
|
84
|
+
:type tag: str
|
|
85
|
+
:param async_req: Whether to execute the request asynchronously.
|
|
86
|
+
:type async_req: bool, optional
|
|
87
|
+
:param _return_http_data_only: response data without head status code
|
|
88
|
+
and headers
|
|
89
|
+
:type _return_http_data_only: bool, optional
|
|
90
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
91
|
+
be returned without reading/decoding response
|
|
92
|
+
data. Default is True.
|
|
93
|
+
:type _preload_content: bool, optional
|
|
94
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
95
|
+
number provided, it will be total request
|
|
96
|
+
timeout. It can also be a pair (tuple) of
|
|
97
|
+
(connection, read) timeouts.
|
|
98
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
99
|
+
request; this effectively ignores the authentication
|
|
100
|
+
in the spec for a single request.
|
|
101
|
+
:type _request_auth: dict, optional
|
|
102
|
+
:return: Returns the result object.
|
|
103
|
+
If the method is called asynchronously,
|
|
104
|
+
returns the request thread.
|
|
105
|
+
:rtype: None
|
|
106
|
+
"""
|
|
107
|
+
|
|
108
|
+
local_var_params = locals()
|
|
109
|
+
|
|
110
|
+
all_params = [
|
|
111
|
+
'transaction_id',
|
|
112
|
+
'tag',
|
|
113
|
+
]
|
|
114
|
+
all_params.extend(
|
|
115
|
+
[
|
|
116
|
+
'async_req',
|
|
117
|
+
'_return_http_data_only',
|
|
118
|
+
'_preload_content',
|
|
119
|
+
'_request_timeout',
|
|
120
|
+
'_request_auth'
|
|
121
|
+
]
|
|
122
|
+
)
|
|
123
|
+
|
|
124
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
125
|
+
if key not in all_params:
|
|
126
|
+
raise ApiTypeError(
|
|
127
|
+
"Got an unexpected keyword argument '%s'"
|
|
128
|
+
" to method delete_liveness_transaction" % key
|
|
129
|
+
)
|
|
130
|
+
local_var_params[key] = val
|
|
131
|
+
del local_var_params['kwargs']
|
|
132
|
+
# verify the required parameter 'transaction_id' is set
|
|
133
|
+
if self.api_client.client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501
|
|
134
|
+
local_var_params['transaction_id'] is None): # noqa: E501
|
|
135
|
+
raise ApiValueError("Missing the required parameter `transaction_id` when calling `delete_liveness_transaction`") # noqa: E501
|
|
136
|
+
# verify the required parameter 'tag' is set
|
|
137
|
+
if self.api_client.client_side_validation and ('tag' not in local_var_params or # noqa: E501
|
|
138
|
+
local_var_params['tag'] is None): # noqa: E501
|
|
139
|
+
raise ApiValueError("Missing the required parameter `tag` when calling `delete_liveness_transaction`") # noqa: E501
|
|
140
|
+
|
|
141
|
+
collection_formats = {}
|
|
142
|
+
|
|
143
|
+
path_params = {}
|
|
144
|
+
|
|
145
|
+
query_params = []
|
|
146
|
+
if 'transaction_id' in local_var_params and local_var_params['transaction_id'] is not None: # noqa: E501
|
|
147
|
+
query_params.append(('transactionId', local_var_params['transaction_id'])) # noqa: E501
|
|
148
|
+
if 'tag' in local_var_params and local_var_params['tag'] is not None: # noqa: E501
|
|
149
|
+
query_params.append(('tag', local_var_params['tag'])) # noqa: E501
|
|
150
|
+
|
|
151
|
+
header_params = {}
|
|
152
|
+
|
|
153
|
+
form_params = []
|
|
154
|
+
local_var_files = {}
|
|
155
|
+
|
|
156
|
+
body_params = None
|
|
157
|
+
# Authentication setting
|
|
158
|
+
auth_settings = [] # noqa: E501
|
|
159
|
+
|
|
160
|
+
return self.api_client.call_api(
|
|
161
|
+
'/api/v2/liveness', 'DELETE',
|
|
162
|
+
path_params,
|
|
163
|
+
query_params,
|
|
164
|
+
header_params,
|
|
165
|
+
body=body_params,
|
|
166
|
+
post_params=form_params,
|
|
167
|
+
files=local_var_files,
|
|
168
|
+
response_type=None, # noqa: E501
|
|
169
|
+
auth_settings=auth_settings,
|
|
170
|
+
async_req=local_var_params.get('async_req'),
|
|
171
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
172
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
173
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
174
|
+
collection_formats=collection_formats,
|
|
175
|
+
_request_auth=local_var_params.get('_request_auth'))
|
|
176
|
+
|
|
39
177
|
def get_liveness_transaction_info(self, transaction_id, **kwargs): # noqa: E501
|
|
40
178
|
"""liveness check # noqa: E501
|
|
41
179
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -39,7 +39,7 @@ class MatchApi(object):
|
|
|
39
39
|
def detect(self, detect_request, **kwargs): # noqa: E501
|
|
40
40
|
"""detect and check quality # noqa: E501
|
|
41
41
|
|
|
42
|
-
Use the POST `api/detect` endpoint to analyze images, recognize faces in them, and return cropped and aligned portraits of the detected people. The Face Detection feature lets you: - **Check face image quality**: Assess whether a portrait meets certain standards, for example, ICAO, Schengen visa, USA visa. To perform image quality check, use the `processParam.quality` field. - **Evaluate face attributes**: Estimate the age range of a person; check whether the eyes are occluded, closed, or open; detect a facial expression or smile; see if there are glasses, sunglasses, head coverage, medical mask, etc. To evaluate attributes, add the `processParam.attributes` field. You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and
|
|
42
|
+
Use the POST `api/detect` endpoint to analyze images, recognize faces in them, and return cropped and aligned portraits of the detected people. The Face Detection feature lets you additionally: - **Check face image quality**: Assess whether a portrait meets certain standards, for example, ICAO, Schengen visa, USA visa. To perform image quality check, use the `processParam.quality` field. For the list of assessed characteristics, see the [Face Image Quality Characteristics page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/face-image-quality-check/). - **Evaluate face attributes**: Estimate the age range of a person; check whether the eyes are occluded, closed, or open; detect a facial expression or smile; see if there are glasses, sunglasses, head coverage, medical mask, etc. To evaluate attributes, add the `processParam.attributes` field. For the list of assessed attributes, see the [Attributes List page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/). You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and you will need to add all the necessary parameters to each request. - By a processing `scenario` that includes certain parameters. You can use predefined scenarios or add custom ones. For detailed information about scenarios, refer to the [Scenarios page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/scenarios/). # noqa: E501
|
|
43
43
|
This method makes a synchronous HTTP request by default. To make an
|
|
44
44
|
asynchronous HTTP request, please pass async_req=True
|
|
45
45
|
|
|
@@ -71,7 +71,7 @@ class MatchApi(object):
|
|
|
71
71
|
def detect_with_http_info(self, detect_request, **kwargs): # noqa: E501
|
|
72
72
|
"""detect and check quality # noqa: E501
|
|
73
73
|
|
|
74
|
-
Use the POST `api/detect` endpoint to analyze images, recognize faces in them, and return cropped and aligned portraits of the detected people. The Face Detection feature lets you: - **Check face image quality**: Assess whether a portrait meets certain standards, for example, ICAO, Schengen visa, USA visa. To perform image quality check, use the `processParam.quality` field. - **Evaluate face attributes**: Estimate the age range of a person; check whether the eyes are occluded, closed, or open; detect a facial expression or smile; see if there are glasses, sunglasses, head coverage, medical mask, etc. To evaluate attributes, add the `processParam.attributes` field. You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and
|
|
74
|
+
Use the POST `api/detect` endpoint to analyze images, recognize faces in them, and return cropped and aligned portraits of the detected people. The Face Detection feature lets you additionally: - **Check face image quality**: Assess whether a portrait meets certain standards, for example, ICAO, Schengen visa, USA visa. To perform image quality check, use the `processParam.quality` field. For the list of assessed characteristics, see the [Face Image Quality Characteristics page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/face-image-quality-check/). - **Evaluate face attributes**: Estimate the age range of a person; check whether the eyes are occluded, closed, or open; detect a facial expression or smile; see if there are glasses, sunglasses, head coverage, medical mask, etc. To evaluate attributes, add the `processParam.attributes` field. For the list of assessed attributes, see the [Attributes List page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/). You can perform Face Detection in two ways: - By adding parameters manually. In this case, the configuration is not saved and you will need to add all the necessary parameters to each request. - By a processing `scenario` that includes certain parameters. You can use predefined scenarios or add custom ones. For detailed information about scenarios, refer to the [Scenarios page](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/scenarios/). # noqa: E501
|
|
75
75
|
This method makes a synchronous HTTP request by default. To make an
|
|
76
76
|
asynchronous HTTP request, please pass async_req=True
|
|
77
77
|
|
|
@@ -323,7 +323,7 @@ class MatchApi(object):
|
|
|
323
323
|
def match_and_search(self, match_and_search_request, **kwargs): # noqa: E501
|
|
324
324
|
"""match and search (1:1 + 1:N) # noqa: E501
|
|
325
325
|
|
|
326
|
-
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. If only one
|
|
326
|
+
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. At least two photos are required. If, after processing two or more photos, only one face is detected across them, the match step is skipped, and only the search is carried out. # noqa: E501
|
|
327
327
|
This method makes a synchronous HTTP request by default. To make an
|
|
328
328
|
asynchronous HTTP request, please pass async_req=True
|
|
329
329
|
|
|
@@ -355,7 +355,7 @@ class MatchApi(object):
|
|
|
355
355
|
def match_and_search_with_http_info(self, match_and_search_request, **kwargs): # noqa: E501
|
|
356
356
|
"""match and search (1:1 + 1:N) # noqa: E501
|
|
357
357
|
|
|
358
|
-
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. If only one
|
|
358
|
+
To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. At least two photos are required. If, after processing two or more photos, only one face is detected across them, the match step is skipped, and only the search is carried out. # noqa: E501
|
|
359
359
|
This method makes a synchronous HTTP request by default. To make an
|
|
360
360
|
asynchronous HTTP request, please pass async_req=True
|
|
361
361
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -49,6 +49,8 @@ class SearchApi(object):
|
|
|
49
49
|
:type search_request: SearchRequest
|
|
50
50
|
:param x_request_id: Request header label.
|
|
51
51
|
:type x_request_id: str
|
|
52
|
+
:param with_images: When enabled, the response includes Base64-encoded images of matched persons. Each entry in the `persons` array contains an `images` field with image IDs and content. If omitted or set to false, images are excluded.
|
|
53
|
+
:type with_images: bool
|
|
52
54
|
:param async_req: Whether to execute the request asynchronously.
|
|
53
55
|
:type async_req: bool, optional
|
|
54
56
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -80,6 +82,8 @@ class SearchApi(object):
|
|
|
80
82
|
:type search_request: SearchRequest
|
|
81
83
|
:param x_request_id: Request header label.
|
|
82
84
|
:type x_request_id: str
|
|
85
|
+
:param with_images: When enabled, the response includes Base64-encoded images of matched persons. Each entry in the `persons` array contains an `images` field with image IDs and content. If omitted or set to false, images are excluded.
|
|
86
|
+
:type with_images: bool
|
|
83
87
|
:param async_req: Whether to execute the request asynchronously.
|
|
84
88
|
:type async_req: bool, optional
|
|
85
89
|
:param _return_http_data_only: response data without head status code
|
|
@@ -108,6 +112,7 @@ class SearchApi(object):
|
|
|
108
112
|
all_params = [
|
|
109
113
|
'search_request',
|
|
110
114
|
'x_request_id',
|
|
115
|
+
'with_images',
|
|
111
116
|
]
|
|
112
117
|
all_params.extend(
|
|
113
118
|
[
|
|
@@ -137,6 +142,8 @@ class SearchApi(object):
|
|
|
137
142
|
path_params = {}
|
|
138
143
|
|
|
139
144
|
query_params = []
|
|
145
|
+
if 'with_images' in local_var_params and local_var_params['with_images'] is not None: # noqa: E501
|
|
146
|
+
query_params.append(('withImages', local_var_params['with_images'])) # noqa: E501
|
|
140
147
|
|
|
141
148
|
header_params = {}
|
|
142
149
|
if 'x_request_id' in local_var_params:
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<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
|
|
6
6
|
|
|
7
|
-
The version of the OpenAPI document:
|
|
7
|
+
The version of the OpenAPI document: 7.2.0
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
10
10
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document:
|
|
6
|
+
The version of the OpenAPI document: 7.2.0
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -379,7 +379,7 @@ class Configuration(object):
|
|
|
379
379
|
return "Python SDK Debug Report:\n"\
|
|
380
380
|
"OS: {env}\n"\
|
|
381
381
|
"Python Version: {pyversion}\n"\
|
|
382
|
-
"Version of the API:
|
|
382
|
+
"Version of the API: 7.2.0\n"\
|
|
383
383
|
"SDK Package Version: 1.0.0".\
|
|
384
384
|
format(env=sys.platform, pyversion=sys.version)
|
|
385
385
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document:
|
|
6
|
+
The version of the OpenAPI document: 7.2.0
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -37,6 +37,8 @@ class AddImageToPersonRequest(object):
|
|
|
37
37
|
'image': 'AddImageToPersonRequestImage',
|
|
38
38
|
'threshold': 'float',
|
|
39
39
|
'limit': 'int',
|
|
40
|
+
'tenant': 'str',
|
|
41
|
+
'env': 'str',
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
attribute_map = {
|
|
@@ -44,9 +46,11 @@ class AddImageToPersonRequest(object):
|
|
|
44
46
|
'image': 'image',
|
|
45
47
|
'threshold': 'threshold',
|
|
46
48
|
'limit': 'limit',
|
|
49
|
+
'tenant': 'tenant',
|
|
50
|
+
'env': 'env',
|
|
47
51
|
}
|
|
48
52
|
|
|
49
|
-
def __init__(self, tag=None, image=None, threshold=None, limit=None, local_vars_configuration=None): # noqa: E501
|
|
53
|
+
def __init__(self, tag=None, image=None, threshold=None, limit=None, tenant=None, env=None, local_vars_configuration=None): # noqa: E501
|
|
50
54
|
"""AddImageToPersonRequest - a model defined in OpenAPI""" # noqa: E501
|
|
51
55
|
if local_vars_configuration is None:
|
|
52
56
|
local_vars_configuration = Configuration()
|
|
@@ -56,6 +60,8 @@ class AddImageToPersonRequest(object):
|
|
|
56
60
|
self._image = None
|
|
57
61
|
self._threshold = None
|
|
58
62
|
self._limit = None
|
|
63
|
+
self._tenant = None
|
|
64
|
+
self._env = None
|
|
59
65
|
self.discriminator = None
|
|
60
66
|
|
|
61
67
|
if tag is not None:
|
|
@@ -65,6 +71,10 @@ class AddImageToPersonRequest(object):
|
|
|
65
71
|
self.threshold = threshold
|
|
66
72
|
if limit is not None:
|
|
67
73
|
self.limit = limit
|
|
74
|
+
if tenant is not None:
|
|
75
|
+
self.tenant = tenant
|
|
76
|
+
if env is not None:
|
|
77
|
+
self.env = env
|
|
68
78
|
|
|
69
79
|
@property
|
|
70
80
|
def tag(self):
|
|
@@ -158,6 +168,52 @@ class AddImageToPersonRequest(object):
|
|
|
158
168
|
|
|
159
169
|
self._limit = limit
|
|
160
170
|
|
|
171
|
+
@property
|
|
172
|
+
def tenant(self):
|
|
173
|
+
"""Gets the tenant of this AddImageToPersonRequest. # noqa: E501
|
|
174
|
+
|
|
175
|
+
A label used to group transactions by customers, applications, or other criteria. # noqa: E501
|
|
176
|
+
|
|
177
|
+
:return: The tenant of this AddImageToPersonRequest. # noqa: E501
|
|
178
|
+
:rtype: str
|
|
179
|
+
"""
|
|
180
|
+
return self._tenant
|
|
181
|
+
|
|
182
|
+
@tenant.setter
|
|
183
|
+
def tenant(self, tenant):
|
|
184
|
+
"""Sets the tenant of this AddImageToPersonRequest.
|
|
185
|
+
|
|
186
|
+
A label used to group transactions by customers, applications, or other criteria. # noqa: E501
|
|
187
|
+
|
|
188
|
+
:param tenant: The tenant of this AddImageToPersonRequest. # noqa: E501
|
|
189
|
+
:type tenant: str
|
|
190
|
+
"""
|
|
191
|
+
|
|
192
|
+
self._tenant = tenant
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
def env(self):
|
|
196
|
+
"""Gets the env of this AddImageToPersonRequest. # noqa: E501
|
|
197
|
+
|
|
198
|
+
A label used to differentiate transactions by development stages. # noqa: E501
|
|
199
|
+
|
|
200
|
+
:return: The env of this AddImageToPersonRequest. # noqa: E501
|
|
201
|
+
:rtype: str
|
|
202
|
+
"""
|
|
203
|
+
return self._env
|
|
204
|
+
|
|
205
|
+
@env.setter
|
|
206
|
+
def env(self, env):
|
|
207
|
+
"""Sets the env of this AddImageToPersonRequest.
|
|
208
|
+
|
|
209
|
+
A label used to differentiate transactions by development stages. # noqa: E501
|
|
210
|
+
|
|
211
|
+
:param env: The env of this AddImageToPersonRequest. # noqa: E501
|
|
212
|
+
:type env: str
|
|
213
|
+
"""
|
|
214
|
+
|
|
215
|
+
self._env = env
|
|
216
|
+
|
|
161
217
|
def to_dict(self):
|
|
162
218
|
"""Returns the model properties as a dict"""
|
|
163
219
|
result = {}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 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:
|
|
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:
|
|
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:
|
|
8
|
+
The version of the OpenAPI document: 7.2.0
|
|
9
9
|
Generated by: https://openapi-generator.tech
|
|
10
10
|
"""
|
|
11
11
|
|