Created
February 26, 2017 07:10
Example of the result returned from Cognitive Services
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"categories": [ | |
{ | |
"name": "people_portrait", | |
"score": 0.87890625, | |
"detail": { | |
"celebrities": [ | |
] | |
} | |
} | |
], | |
"adult": { | |
"isAdultContent": false, | |
"isRacyContent": false, | |
"adultScore": 0.014247739687561989, | |
"racyScore": 0.02340240404009819 | |
}, | |
"tags": [ | |
{ | |
"name": "wall", | |
"confidence": 0.99393278360366821 | |
}, | |
{ | |
"name": "person", | |
"confidence": 0.99366140365600586 | |
}, | |
{ | |
"name": "man", | |
"confidence": 0.982490599155426 | |
}, | |
{ | |
"name": "indoor", | |
"confidence": 0.98033589124679565 | |
} | |
], | |
"description": { | |
"tags": [ | |
"person", | |
"man", | |
"indoor", | |
"looking", | |
"wearing", | |
"camera", | |
"standing", | |
"holding", | |
"front", | |
"glasses", | |
"monitor", | |
"computer", | |
"black", | |
"smiling", | |
"young", | |
"mirror", | |
"suit", | |
"white", | |
"room", | |
"phone" | |
], | |
"captions": [ | |
{ | |
"text": "a man standing in front of a mirror", | |
"confidence": 0.54235680061762448 | |
} | |
] | |
}, | |
"requestId": "e36fb70f-39d2-4456-94ea-f5d387644c99", | |
"metadata": { | |
"width": 1024, | |
"height": 640, | |
"format": "Png" | |
}, | |
"faces": [ | |
{ | |
"age": 43, | |
"gender": "Male", | |
"faceRectangle": { | |
"left": 393, | |
"top": 276, | |
"width": 335, | |
"height": 335 | |
} | |
} | |
], | |
"color": { | |
"dominantColorForeground": "White", | |
"dominantColorBackground": "Grey", | |
"dominantColors": [ | |
"Grey", | |
"White" | |
], | |
"accentColor": "675059", | |
"isBWImg": false | |
}, | |
"imageType": { | |
"clipArtType": 0, | |
"lineDrawingType": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment