Kuang-Cheng, Chien
5/19/2019 - 7:00 AM

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

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

{
  "requests": [
      {
        "image": {
          "source": {
              "gcsImageUri": "gs://[你的bucket名稱]/selfie.png"
          }
        },
        "features": [
          {
            "type": "FACE_DETECTION"
          },
          {
            "type": "LANDMARK_DETECTION"
          }
        ]
      }
  ]
}