-
Notifications
You must be signed in to change notification settings - Fork 0
/
response.json
69 lines (69 loc) · 1.78 KB
/
response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"faceId": "62513e3a-801f-4396-8a84-c0a12655ce80",
"faceRectangle": {
"top": 122,
"left": 276,
"width": 129,
"height": 129
},
"faceAttributes": {
"smile": 0.891,
"headPose": {
"pitch": 0,
"roll": 16.5,
"yaw": 18.5
},
"gender": "male",
"age": 35.8,
"facialHair": {
"moustache": 0.4,
"beard": 0.4,
"sideburns": 0.4
},
"glasses": "NoGlasses",
"emotion": {
"anger": 0.003,
"contempt": 0.018,
"disgust": 0.003,
"fear": 0,
"happiness": 0.891,
"neutral": 0.083,
"sadness": 0.001,
"surprise": 0
},
"blur": {
"blurLevel": "low",
"value": 0
},
"exposure": {
"exposureLevel": "goodExposure",
"value": 0.43
},
"noise": {
"noiseLevel": "low",
"value": 0
},
"makeup": {
"eyeMakeup": false,
"lipMakeup": false
},
"accessories": [
{
"type": "headwear",
"confidence": 0.99
}
],
"occlusion": {
"foreheadOccluded": true,
"eyeOccluded": false,
"mouthOccluded": false
},
"hair": {
"bald": 0,
"invisible": true,
"hairColor": []
}
}
}
]