Skip to content

Instantly share code, notes, and snippets.

@Makopo
Created December 2, 2017 09:42
Show Gist options
  • Save Makopo/52eb628eb31c17f7f3597cae2ec29389 to your computer and use it in GitHub Desktop.
Save Makopo/52eb628eb31c17f7f3597cae2ec29389 to your computer and use it in GitHub Desktop.
ネットの画像をネタに小話するボット - Computer Vision APIからのレスポンスの例 (categoryがない)
{
"description": {
"tags": [
"animal",
"sitting",
"bird",
"flower",
"colorful",
"green",
"blue",
"yellow"
],
"captions": [
{
"text": "a colorful butterfly on a flower",
"confidence": 0.68962620424565768
}
]
},
"requestId": "6409c487-9cc5-48ac-a3fe-05d9705ff21e",
"metadata": {
"width": 960,
"height": 640,
"format": "Jpeg"
},
"color": {
"dominantColorForeground": "Green",
"dominantColorBackground": "Green",
"dominantColors": [
"Green",
"Black"
],
"accentColor": "C57306",
"isBWImg": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment