🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

cordova-plugin-facedetection

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-facedetection

1)人脸注册 cordova.plugins.facerecognition.reg(uid, user_info, function (result) { //注册成功 result.success = true; }, function (error) { if (error instanceof string) { error 错误信息 } else { error_c

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

1)人脸注册 cordova.plugins.facerecognition.reg(uid, user_info, function (result) { //注册成功 result.success = true; }, function (error) { if (error instanceof string) { error 错误信息 } else { error_code: ..., error_msg: ... ==================== error_msg 错误信息(可选) } }, { groupId: xxx } ); uid 用户id(由数字、字母、下划线组成),长度限制128B user_info 用户资料,长度限制256B 2)人脸识别 cordova.plugins.facerecognition.identify( function (result) { //识别成功 result.user_info 注册时的用户信息 result.uid 匹配到的用户id result.score 得分(double) }, function (error) { if (error instanceof string) { error 错误信息 } else { error_code: ..., error_msg: ... ==================== error_msg 错误信息(可选) } }, { groupId: xxx } );

Keywords

ecosystem:cordova

FAQs

Package last updated on 04 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts