Bonjour à tous,
J'ai le Json suivant :
J'aimerai récupérer la valeur de "face_id"
Quelqu'un pourra me filer un coup de main ?
Merci d'avance
Modifié par slashf (14 Sep 2016 - 14:50)
J'ai le Json suivant :
{
"face": [
{
"attribute": {
"age": {
"range": 7,
"value": 40
},
"gender": {
"confidence": 99.9999,
"value": "Male"
},
"glass": {
"confidence": 99.9981,
"value": "None"
},
"pose": {
"pitch_angle": {
"value": -5e-06
},
"roll_angle": {
"value": -3.53073
},
"yaw_angle": {
"value": -0.004154
}
},
"race": {
"confidence": 98.5714,
"value": "White"
},
"smiling": {
"value": 8.5449
}
},
"face_id": "1b51b89c67b93a1adb66335840c028b7",
"position": {
"center": {
"x": 35.5,
"y": 58.79397
},
"eye_left": {
"x": 26.448,
"y": 49.641206
},
"eye_right": {
"x": 42.612,
"y": 48.137688
},
"height": 50.251256,
"mouth_left": {
"x": 29.804,
"y": 73.642965
},
"mouth_right": {
"x": 42.227667,
"y": 70.842462
},
"nose": {
"x": 35.146167,
"y": 62.926382
},
"width": 33.333333
},
"tag": ""
}
],
"img_height": 478,
"img_id": "1341b25dd72f7255f6caa1a0f7892b1c",
"img_width": 720,
"session_id": "40b830ba420d428695b7cec8abc38562"
}
J'aimerai récupérer la valeur de "face_id"
Quelqu'un pourra me filer un coup de main ?
Merci d'avance
Modifié par slashf (14 Sep 2016 - 14:50)