diff --git a/index.html b/index.html index 59cc7cf..6a97ecc 100644 --- a/index.html +++ b/index.html @@ -2216,13 +2216,13 @@
tag | string Session identificator. |
Array of objects Array of Person images. | |
object If a person is not found, a new person entry is created using the descriptor calculated while searching. - | |
groupIds | Array of integers IDs of the groups in which the search is performed. + |
groupIds | Array of strings <uuid> IDs of the groups in which the search is performed. |
code required | integer (FaceSDKResultCode) Enum: 0 1 2 3 4 … 34 more The result code, see enum: https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/ |
Array of objects (MatchImageResult) | |
elapsedTime | float |
object A free-form object containing person's extended attributes. | |
Array of objects |
{- "tag": "string",
- "images": [
- {
- "content": "string",
- "type": 1
}
], - "createPerson": {
- "name": "string",
- "metadata": { }
}, - "groupIds": [
- 0
]
}
{- "code": 0,
- "results": [
- {
- "firstIndex": 0,
- "firstFaceIndex": 0,
- "first": 1,
- "secondIndex": 0,
- "secondFaceIndex": 0,
- "second": 1,
- "score": 0,
- "similarity": 0
}
], - "elapsedTime": 1.317137987,
- "metadata": { },
- "detections": [
- {
- "faces": [
- {
- "faceIndex": 0,
- "landmarks": [
- [
- "x",
- "y"
]
], - "rotationAngle": 2.1272900104522705,
- "roi": [
- "x",
- "y",
- "width",
- "height"
], - "thumbnail": "string",
- "persons": [
- {
- "images": [
- {
- "id": "string",
- "contentType": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "path": "string",
- "url": "string",
- "metadata": { },
- "similarity": 0,
- "distance": 0
}
], - "tag": "string",
- "name": "string",
- "metadata": { },
- "groups": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createdAt": "string",
- "updatedAt": "string"
}
]
}
], - "imageIndex": 0,
- "status": 0
}
]
}
X-RequestID | string Request header label. +http://localhost:41101/api/match_and_search Request samples
Content type application/json { Response samples
Content type application/json { Detect face, evaluate attributes, assess the portrait qualityheader Parameters
Request Body schema: application/json
Request samples
Content type application/json { Response samples
Content type application/json { Find person by image in groupsheader Parameters
Request Body schema: application/json
Response Schema: application/json
Request samples
Content type application/json { Response samples
Content type application/json { Liveness assessmentquery Parameters
|