Kuang-Cheng, Chien
5/19/2019 - 2:25 AM

Detect Labels, Faces, and Landmarks in Images with the Cloud Vision API - 1

Detect Labels, Faces, and Landmarks in Images with the Cloud Vision API - 1

{
  "requests": [
      {
        "image": {
          "source": {
              "gcsImageUri": "gs://[你的bucket名稱]/donuts.png"
          }
        },
        "features": [
          {
            "type": "LABEL_DETECTION",
            "maxResults": 10
          }
        ]
      }
  ]
}