All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aiwiown.face.ApiParams Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
package com.aiwiown.face;

/**
 * 
 * 
* ApiParams * Date: 2020/5/9 0009 * Time: 14:13 * * @author [email protected] */ @Deprecated public enum ApiParams { /** * MISSING_ARGUMENTS: 缺少某个必选参数。 * BAD_ARGUMENTS: 某个参数解析出错(比如必须是数字,但是输入的是非数字字符串; 或者长度过长) *

* 相关会发生错误的字段解析: */ sign, sign_version, liveness_type, comparison_type, idcard_name, idcard_number, uuid, image_ref1, image_ref2, image_ref3, biz_no, liveness_timeout, liveness_action_count, eyes_close_detection, flash_liveness_timeout, image, fail_when_multiple_faces, face_quality_threshold, return_faces, verbose, security_level, force_compare, multi_oriented_detection, liveness_level, maximum_brightness, biz_token, meglive_data, api_key, api_secret, return_url, notify_url, biz_extra_data, scene_id, screen_replay, biz_id, get_image_type, web_title, procedure_type, liveness_preferences, idcard_mode, idcard_uneditable_field, fmp_mode, return_image, token_random_number, video, selfie, token_front_face, token, return_portrait, face_image_type, fail_when_ref_multiple_faces, delta, image_best, image_env, image_action1, image_action2, image_action3, image_action4, image_action5, check_delta, face_token, meglive_flash_result }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy