diff --git a/index.html b/index.html index 7cb33a3..57a2bde 100644 --- a/index.html +++ b/index.html @@ -2232,7 +2232,7 @@
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/ |
object (DetectResult) |
{- "tag": "string",
- "processParam": {
- "scenario": "OldMode",
- "onlyCentralFace": false,
- "outputImageParams": {
- "backgroundColor": [
- 128,
- 128,
- 128
], - "crop": {
- "type": 0,
- "padColor": [
- 128,
- 128,
- 128
], - "size": [
- 300,
- 400
], - "returnOriginalRect": true
}
}, - "quality": {
- "backgroundMatchColor": [
- 128,
- 128,
- 128
], - "config": [
- {
- "name": "Age",
- "range": [
- "x",
- "y"
]
}
]
}, - "attributes": false
}, - "image": "string",
- "thumbnails": false,
- "attributes": {
- "config": [
- {
- "name": "Age",
- "range": [
- "x",
- "y"
]
}
]
}
}
{- "code": 0,
- "results": {
- "detections": [
- {
- "crop": "string",
- "attributes": {
- "age": "adult",
- "emotion": "smile"
}, - "landmarks": [
- [
- "x",
- "y"
]
], - "quality": {
- "nonCompliant": [
- "ImageWidthToHeight",
- "Yaw"
], - "detailsGroups": [
- {
- "groupId": 1,
- "name": "ImageCharacteristics",
- "totalCount": 5,
- "compliantCount": 4
}
], - "details": [
- {
- "groupId": 1,
- "name": "ImageWidth",
- "range": [
- "x",
- "y"
], - "status": 0,
- "value": 0
}
], - "score": -1,
- "timer": 0.420364111661911
}, - "roi": [
- "x",
- "y",
- "width",
- "height"
], - "thumbnail": "string"
}
], - "detectorType": 0,
- "landmarksType": 0,
- "scenario": "OldMode",
- "timer": 0.8479356
}
}