Face Query
This Face Query API contains the information of Face Query on searching any existing face image in the database.
API Method
Query
Request Body
Name
Type
Description
{
"status": "success",
"resultFound": true,
"groupFound": true,
"name": "zhiyan",
"score": 0.0}{
"status": "success",
"resultFound": false,
"groupFound": true
}{
"status": "success",
"resultFound": false,
"groupFound": false
}Last updated