UNPKG

@privateid/ultra-web-sdk-alpha

Version:
26 lines 993 B
export const CANVAS_TEST_ID = 'test-canvas'; export const CANVAS_CLEANUP_DIMENSION = 1; export const INVALID_VIDEO_ERROR = 'error'; export const MAX_DIMENSION = 720; export const LOG_MESSAGES = { ULTRA_PROCESS: '---------------------ULTRA_PROCESS----------------------', PREDICT_ONE_FA: '---------------------PREDICT_ONE_FA----------------------', FACE_LOGIN: '---------------------FACE_LOGIN----------------------', AGE_ESTIMATION: '---------------------AGE_ESTIMATION----------------------', }; export const URL_OVERRIDES = { PREDICT: 'predict', PREDICT_STATUS: 'predict-status', CONFIRM_USER: 'confirm-user', DELETE_USER: 'predict/delete', }; export const AGE_ESTIMATION_CONFIG = { anti_spoofing_threshold: 0.8, mf_count_override: 5, disable_estimate_age_mf: false, threshold_user_too_close: 0.8, threshold_profile_enroll: 0.6, threshold_user_too_far: 0.2, allow_only_one_face: false, }; //# sourceMappingURL=face.constants.js.map