Skip to content

Instantly share code, notes, and snippets.

@joetannenbaum
Created June 7, 2017 01:22
Show Gist options
  • Save joetannenbaum/9da7a67c801393c5bc53aebca3dd584b to your computer and use it in GitHub Desktop.
Save joetannenbaum/9da7a67c801393c5bc53aebca3dd584b to your computer and use it in GitHub Desktop.
{
"FaceDetails": [
{
"AgeRange": {
"High": 47,
"Low": 30
},
"Beard": {
"Confidence": 99.16362762451172,
"Value": false
},
"BoundingBox": {
"Height": 0.5108514428138733,
"Left": 0.45444443821907043,
"Top": 0.1302170306444168,
"Width": 0.33888888359069824
},
"Confidence": 99.9625015258789,
"Emotions": [
{
"Confidence": 99.80491638183594,
"Type": "HAPPY"
},
...
],
"Eyeglasses": {
"Confidence": 99.9991683959961,
"Value": false
},
"EyesOpen": {
"Confidence": 99.99999237060547,
"Value": true
},
"Gender": {
"Confidence": 99.92891693115234,
"Value": "Male"
},
"Landmarks": [
{
"Type": "eyeLeft",
"X": 0.563282310962677,
"Y": 0.34180888533592224
},
{
"Type": "eyeRight",
"X": 0.6740372776985168,
"Y": 0.33159342408180237
},
...
],
"MouthOpen": {
"Confidence": 96.6727523803711,
"Value": true
},
"Mustache": {
"Confidence": 99.86254119873047,
"Value": false
},
"Pose": {
"Pitch": 2.474527597427368,
"Roll": -4.067257404327393,
"Yaw": 1.4965639114379883
},
"Quality": {
"Brightness": 66.97354125976562,
"Sharpness": 99.97486114501953
},
"Smile": {
"Confidence": 99.78793334960938,
"Value": true
},
"Sunglasses": {
"Confidence": 99.86707305908203,
"Value": false
}
}
],
"OrientationCorrection": "ROTATE_0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment