diff --git a/index.html b/index.html index c9a9f57..51dc69c 100644 --- a/index.html +++ b/index.html @@ -2222,7 +2222,7 @@
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 (MatchImageResult) | |
elapsedTime | number <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": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
{- "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",
- "crop": "string",
- "persons": [
- {
- "images": [
- {
- "id": "string",
- "contentType": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "path": "string",
- "url": "string",
- "metadata": { },
- "similarity": 0,
- "distance": 0
}
], - "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. @@ -2319,7 +2319,7 @@Clients |
object Uploaded image. | |
object (OutputImageParams) Whether to process the uploaded image according to the indicated settings. | |
detectAll | boolean (detectAll) Default: false Whether to detect all faces in the image. If set to false, only the most central face is detected. - |
threshold | float The similarity threshold. + |
threshold | number <float> The similarity threshold. |
limit | integer The maximum number of results to be returned. |
id | string Response image ID. The list is sorted by decreasing ID value. @@ -2338,7 +2338,7 @@Clients |
type | string Error type. |
msg | string Error message. |
{- "tag": "string",
- "image": {
- "contentType": "string",
- "content": "string",
- "imageUrl": "string",
- "resizeOptions": {
- "width": 0,
- "height": 0,
- "quality": 100
}
}, - "outputImageParams": {
- "backgroundColor": [
- 128,
- 128,
- 128
], - "crop": {
- "type": 0,
- "padColor": [
- 128,
- 128,
- 128
], - "size": [
- 300,
- 400
], - "returnOriginalRect": true
}
}, - "detectAll": false,
- "threshold": null,
- "limit": 0
}
{- "id": "string",
- "contentType": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "path": "string",
- "url": "string",
- "metadata": { }
}
personId required | string <uuid> Person ID. +http://localhost:41101/api/persons/{personId}/images Request samples
Content type application/json { Response samples
Content type application/json { |
object Uploaded image. | |
object (OutputImageParams) Whether to process the uploaded image according to the indicated settings. | |
detectAll | boolean (detectAll) Default: false Whether to detect all faces in the image. If set to false, only the most central face is detected. - |
threshold | float The similarity threshold. + |
threshold | number <float> The similarity threshold. |
limit | integer The maximum number of results to be returned. |
code | integer Search result code. @@ -2499,7 +2499,7 @@Clients |
object A free-form object containing person's extended attributes. |
msg | string Default: "Descriptor already calculated" |
statusCode | integer Default: 400 |
type | string Default: "BadParamsException" |
{- "createPerson": {
- "name": "string",
- "metadata": { }
}, - "groupIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "tag": "string",
- "image": {
- "contentType": "string",
- "content": "string",
- "imageUrl": "string",
- "resizeOptions": {
- "width": 0,
- "height": 0,
- "quality": 100
}
}, - "outputImageParams": {
- "backgroundColor": [
- 128,
- 128,
- 128
], - "crop": {
- "type": 0,
- "padColor": [
- 128,
- 128,
- 128
], - "size": [
- 300,
- 400
], - "returnOriginalRect": true
}
}, - "detectAll": false,
- "threshold": null,
- "limit": 0
}
{- "code": 0,
- "persons": [
- {
- "name": "string",
- "metadata": { },
- "groups": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createdAt": "string",
- "updatedAt": "string",
- "detection": {
- "code": 0,
- "crop": "string",
- "detectorType": 0,
- "hash": "string",
- "idx": 0,
- "image": "string",
- "landmarks": [
- [
- "x",
- "y"
]
], - "landmarksType": 2,
- "msg": "string",
- "roi": [
- "x",
- "y",
- "width",
- "height"
], - "versionSDK": "5.2.245.687"
}, - "images": [
- {
- "id": "string",
- "contentType": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "path": "string",
- "url": "string",
- "metadata": { },
- "similarity": 0,
- "distance": 0
}
]
}
]
}
transactionId required | string <uuid> ID of the current liveness transaction. +http://localhost:41101/api/search Request samples
Content type application/json { Response samples
Content type application/json { Liveness assessmentquery Parameters
ResponsesResponse Schema: application/json
|