完整示例代码分享:
{
"reason": "success",
"result": {
"face_num": 1,
"face_list": [
{
"token_id": "bacd5ee65a735504aafc8119183c6568",
"face_probability": 1,
"age": 26,
"beauty": 53.42,
"expression": {
"type": "none",
"probability": 0.96
},
"face_shape": {
"type": "triangle",
"probability": 0.51
},
"gender": {
"type": "female",
"probability": 1
},
"glasses": {
"type": "none",
"probability": 1
},
"eye_status": {
"left_eye": 1,
"right_eye": 1
},
"emotion": {
"type": "happy",
"probability": 0.7
},
"race": {
"type": "white",
"probability": 1
},
"face_type": {
"type": "human",
"probability": 1
}
}
]
},
"error_code": 0
}