Sample Response
Response Example
Version 2-1
```json
{
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "306211ce-003c-43e4-ab0b-3a3d9873f99e",
"methodList": [
{
"method": "landmark",
"label": "Landmark Analysis Result",
"componentList": [
{
"code": "l-sg-lic-coatofarm",
"label": "Coat of Arms",
"value": "93.2487964630127",
"imageUrl": "/public/image/v2/306211ce-003c-43e4-ab0b-3a3d9873f99e?type=l-sg-lic-coatofarm",
"refImageUrl": null
},
{
"code": "l-sg-lic-lionhead",
"label": "Lion Head Symbol",
"value": "89.66811299324036",
"imageUrl": "/public/image/v2/306211ce-003c-43e4-ab0b-3a3d9873f99e?type=l-sg-lic-lionhead",
"refImageUrl": null
},
{
"code": "l-sg-lic-republic",
"label": "Republic of Singapore",
"value": "45.01803517341614",
"imageUrl": "/public/image/v2/306211ce-003c-43e4-ab0b-3a3d9873f99e?type=l-sg-lic-republic",
"refImageUrl": null
}
]
},
{
"method": "illuminationLevel",
"label": "Illumination Level",
"componentList": [
{
"code": "illuminationLevel",
"label": "Illumination Level",
"value": "Fail",
"imageUrl": "/public/image/v2/306211ce-003c-43e4-ab0b-3a3d9873f99e?type=illuminationLevel",
"refImageUrl": null
}
]
},
{
"method": "headerColorDiff",
"label": "Header Color Difference",
"componentList": [
{
"code": "headerColorDiff",
"label": "Header Color Difference",
"value": "Fail",
"imageUrl": "/public/image/v2/306211ce-003c-43e4-ab0b-3a3d9873f99e?type=headerColorDiff",
"refImageUrl": null
}
]
},
{
"method": "idBlurDetection",
"label": "ID Blur Detection",
"componentList": [
{
"code": "idBlurDetection",
"label": "ID Blur Detection",
"value": "Pass",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "idBrightnessDetc",
"label": "ID Brightness Detection",
"componentList": [
{
"code": "idBrightnessDetc",
"label": "ID Brightness Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "colorMode",
"label": "Color Detection",
"componentList": [
{
"code": "colorMode",
"label": "Color Detection",
"value": "Pass",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "screen",
"label": "Screen Detection",
"componentList": [
{
"code": "screen",
"label": "Screen Detection",
"value": "Pass",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "docType",
"label": "Document Type",
"componentList": [
{
"code": "docType",
"label": "Document Type",
"value": "SG NRIC ;Detection Time= 2.8092658519744873",
"imageUrl": null,
"refImageUrl": null
}
]
}
]
}
```
Version 2
{
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "49d26d8a-2cb6-4c80-96a1-8bfcf7977126",
"methodList": [
{
"method": "landmark",
"label": "Landmark Analysis Result",
"componentList": [
{
"code": "l-sg-lic-coatofarm",
"label": "Coat of Arms",
"value": "72.79978394508362",
"imageUrl": "/public/image/v2/49d26d8a-2cb6-4c80-96a1-8bfcf7977126?type=l-sg-lic-coatofarm",
"refImageUrl": null
},
{
"code": "l-sg-lic-lionhead",
"label": "Lion Head Symbol",
"value": "90.22381901741028",
"imageUrl": "/public/image/v2/49d26d8a-2cb6-4c80-96a1-8bfcf7977126?type=l-sg-lic-lionhead",
"refImageUrl": null
},
{
"code": "l-sg-lic-republic",
"label": "Republic of Singapore",
"value": "32.84326791763306",
"imageUrl": "/public/image/v2/49d26d8a-2cb6-4c80-96a1-8bfcf7977126?type=l-sg-lic-republic",
"refImageUrl": null
}
]
},
{
"method": "illuminationLevel",
"label": "Illumination Level",
"componentList": [
{
"code": "illuminationLevel",
"label": "Illumination Level",
"value": "Fail",
"imageUrl": "/public/image/v2/49d26d8a-2cb6-4c80-96a1-8bfcf7977126?type=illuminationLevel",
"refImageUrl": null
}
]
},
{
"method": "headerColorDiff",
"label": "Header Color Difference",
"componentList": [
{
"code": "headerColorDiff",
"label": "Header Color Difference",
"value": "Fail",
"imageUrl": "/public/image/v2/49d26d8a-2cb6-4c80-96a1-8bfcf7977126?type=headerColorDiff",
"refImageUrl": null
}
]
},
{
"method": "colorMode",
"label": "Color Detection",
"componentList": [
{
"code": "colorMode",
"label": "Color Detection",
"value": "Pass",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "screen",
"label": "Screen Detection",
"componentList": [
{
"code": "screen",
"label": "Screen Detection",
"value": "Cautious",
"imageUrl": null,
"refImageUrl": null
}
]
}
],
"outputImageList": null
}
Last updated