Skip to content

Instantly share code, notes, and snippets.

@andijakl
Created March 20, 2019 04:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andijakl/3d0452118dcd4e34bbd8d93395825cc2 to your computer and use it in GitHub Desktop.
Analysis results of an image performed by the Microsoft Cognitive Services.
{
"categories": [],
"adult": {
"isAdultContent": false,
"isRacyContent": false,
"adultScore": 0.026461338624358177,
"racyScore": 0.04174456745386124
},
"color": {
"dominantColorForeground": "Grey",
"dominantColorBackground": "Grey",
"dominantColors": [],
"accentColor": "868345",
"isBwImg": false,
"isBWImg": false
},
"imageType": {
"clipArtType": 0,
"lineDrawingType": 0
},
"tags": [
{
"name": "grass",
"confidence": 0.9999727010726929
},
{
"name": "outdoor",
"confidence": 0.9998019337654114
},
{
"name": "elephant",
"confidence": 0.9956455230712891,
"hint": "animal"
},
{
"name": "animal",
"confidence": 0.9864968657493591
},
{
"name": "mammal",
"confidence": 0.9369043707847595,
"hint": "animal"
},
{
"name": "wildlife",
"confidence": 0.17890632696055445
},
{
"name": "zoo",
"confidence": 0.12863805288890798
},
{
"name": "african elephant",
"confidence": 0.06024281449208271
}
],
"description": {
"tags": [
"grass",
"outdoor",
"elephant",
"animal",
"mammal",
"standing",
"field",
"large",
"walking",
"green",
"water",
"eating",
"grazing",
"baby",
"grassy",
"white",
"man",
"herd"
],
"captions": [
{
"text": "a elephant that is standing in the grass",
"confidence": 0.9696564121509516
}
]
},
"faces": [],
"requestId": "5a808e20-c70f-43da-af6e-31c05f281f87",
"metadata": {
"width": 1800,
"height": 1200,
"format": "Jpeg"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment