Skip to content

Instantly share code, notes, and snippets.

@kcchien
Last active May 19, 2019 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcchien/e71f31bdeeceecc326dda87aacb5422b to your computer and use it in GitHub Desktop.
Save kcchien/e71f31bdeeceecc326dda87aacb5422b to your computer and use it in GitHub Desktop.
Detect Labels, Faces, and Landmarks in Images with the Cloud Vision API - 5
{
"responses": [
{
"webDetection": {
"webEntities": [
{
"entityId": "/m/0105pbj4",
"score": 0.8895,
"description": "Google Cloud Platform"
},
{
"entityId": "/m/02y_9m3",
"score": 0.3771,
"description": "Cloud computing"
},
{
"entityId": "/m/0z5n",
"score": 0.3219,
"description": "Application programming interface"
},
{
"entityId": "/m/0c01xdn",
"score": 0.3132,
"description": "Google Storage"
},
{
"entityId": "/t/24bjj59_jbj9f",
"score": 0.3053
},
{
"entityId": "/m/03nsxd",
"score": 0.2855,
"description": "Representational state transfer"
},
{
"entityId": "/m/01hyh_",
"score": 0.2735,
"description": "Machine learning"
},
{
"entityId": "/m/07kg1sq",
"score": 0.2718,
"description": "Encapsulation"
},
{
"entityId": "/m/0brhx",
"score": 0.2436,
"description": "Speech synthesis"
},
{
"entityId": "/m/045c7b",
"score": 0.2343,
"description": "Google"
}
],
"fullMatchingImages": [
{
"url": "https://codelabs.developers.google.com/codelabs/cloud-vision-intro-ja/img/b05d9534e547f5ee.png"
},
{
"url": "https://storage.googleapis.com/aju-dev-demos-codelabs/images/vision_donuts_sm.jpeg"
}
],
"pagesWithMatchingImages": [
{
"url": "https://kiosk-dot-codelabs-site.appspot.com/codelabs/cloud-vision-intro/index.html?index=..%2F..cloudai",
"pageTitle": "Detect Labels, Faces, and Landmarks in Images with the Cloud ...",
"fullMatchingImages": [
{
"url": "https://kiosk-dot-codelabs-site.appspot.com/codelabs/cloud-vision-intro/img/b05d9534e547f5ee.png"
}
]
},
{
"url": "https://codelabs.developers.google.com/codelabs/cloud-vision-intro/index.html",
"pageTitle": "Detect Labels, Faces, and Landmarks in Images with the Cloud ...",
"fullMatchingImages": [
{
"url": "https://codelabs.developers.google.com/codelabs/cloud-vision-intro/img/b05d9534e547f5ee.png"
}
]
},
{
"url": "https://github.com/GoogleCloudPlatform/cloud-shell-tutorials/pull/8/files",
"pageTitle": "Text-to-speech API intro tutorial · Issue #8 · GoogleCloudPlatform ...",
"fullMatchingImages": [
{
"url": "https://storage.googleapis.com/aju-dev-demos-codelabs/images/vision_donuts_sm.jpeg"
}
]
},
{
"url": "http://ihc2015.info/skin/codelabs-google-cloud-storage.akp",
"pageTitle": "Codelabs Google Cloud Storage | Pics | Download | - Ihc2015.info",
"fullMatchingImages": [
{
"url": "https://codelabs.developers.google.com/codelabs/cloud-vision-intro/img/b05d9534e547f5ee.png"
}
]
},
{
"url": "https://codelabs.developers.google.com/codelabs/cloud-vision-intro-ja/index.html?index=..%2F..next17-tok",
"pageTitle": "Cloud Vision API で画像内の物体や顔、ランドマークを検出する",
"fullMatchingImages": [
{
"url": "https://codelabs.developers.google.com/codelabs/cloud-vision-intro-ja/img/b05d9534e547f5ee.png"
}
]
}
],
"visuallySimilarImages": [
{
"url": "https://fastly.4sqi.net/img/general/600x600/P9i-l_oqwH-_EFNwqc7hRXxxOsYotUEijdgrJi8L9Ss.jpg"
},
{
"url": "https://s3-media2.fl.yelpcdn.com/bphoto/oid0KchdCqlSqZzpznCEoA/o.jpg"
},
{
"url": "https://www.ticonsigliounposticino.it/wp-content/uploads/2015/03/IMG_0835.jpg"
},
{
"url": "https://scontent-ams3-1.cdninstagram.com/vp/d27c08ab2ed5c4c5603845158a5d8173/5D38ADDA/t51.2885-15/sh0.08/e35/s640x640/44431649_350780285496399_2581683182520609034_n.jpg?_nc_ht=scontent-ams3-1.cdninstagram.com"
},
{
"url": "https://spoilednyc.com//2016/02/16/beignetszzzzzz-852.jpg"
},
{
"url": "https://d1wa2w8kzcjjxv.cloudfront.net/2015/05/powdered-sugar.jpg"
},
{
"url": "https://fiercefork.com/wp-content/uploads/2016/07/13636212_1353583888052533_1934542753_n.jpg"
},
{
"url": "https://image.shutterstock.com/image-photo/beignets-new-orleans-260nw-1280610157.jpg"
},
{
"url": "https://media-cdn.tripadvisor.com/media/photo-s/0d/36/c8/43/photo1jpg.jpg"
}
],
"bestGuessLabels": [
{
"label": "powdered sugar"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment