Skip to content

Instantly share code, notes, and snippets.

@kcchien
Created May 19, 2019 04:11
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/794667cb86bdcef75999894ddfea7d8f to your computer and use it in GitHub Desktop.
Save kcchien/794667cb86bdcef75999894ddfea7d8f to your computer and use it in GitHub Desktop.
Detect Labels, Faces, and Landmarks in Images with the Cloud Vision API - 3
{
"requests": [
{
"image": {
"source": {
"gcsImageUri": "gs://[你的bucket名稱]/donuts.png"
}
},
"features": [
{
"type": "WEB_DETECTION",
"maxResults": 10
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment