API Reference
setActivation
Name | setActivation |
Description | Activate SDK |
Input |
|
Output | The SDK activation status code.
|
initSDK
Name | initSDK |
Description | Initiate SDK |
Input | None |
Output | The SDK initialization status code.
|
faceDetection
Name | faceDetection |
Description | Detect Face |
Input |
|
Output | An array of FaceBox objects representing the detected faces. |
FaceBox
The liveness score ranges from 0.0 to 1.0 Default Liveness Threshold is 0.7
templateExtraction
Name | templateExtraction |
Description | Extract face feature |
Input |
|
Output | A NSData representing the extracted template from the face |
similarityCalculation
Name | similarityCalculation |
Description | Calculate similarity between two face features |
Input |
|
Output | A float value representing the similarity score between the two face templates The score ranges from 0.0 to 1.0 Default Threshold is 0.8 |
Last updated