Skip to content

Instantly share code, notes, and snippets.

@Makopo
Created December 2, 2017 09:45
Show Gist options
  • Save Makopo/ab0adbb3bfe3850c64e616ed41dfbd61 to your computer and use it in GitHub Desktop.
Save Makopo/ab0adbb3bfe3850c64e616ed41dfbd61 to your computer and use it in GitHub Desktop.
ネットの画像をネタに小話するボット - Computer Vision APIからのレスポンスの例(categoryがある)
{
"categories": [
{
"name": "others_",
"score": 0.00390625
},
{
"name": "outdoor_",
"score": 0.11328125
},
{
"name": "outdoor_oceanbeach",
"score": 0.3984375
}
],
"description": {
"tags": [
"building",
"table",
"large",
"street",
"city",
"parked",
"traffic",
"white",
"boat",
"sign",
"computer"
],
"captions": [
{
"text": "a large building",
"confidence": 0.73585068128857922
}
]
},
"requestId": "c57484d5-ce5c-41e3-840c-261f382dc648",
"metadata": {
"width": 256,
"height": 192,
"format": "Jpeg"
},
"color": {
"dominantColorForeground": "Grey",
"dominantColorBackground": "Black",
"dominantColors": [
"Black",
"Grey"
],
"accentColor": "316E9A",
"isBWImg": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment