Analyzing the response

Now that we have built our request in Postman, click on Send and we should see something like this in Postman:

The response you have received should look something like this:

// SNIPP SNIPP{    "responses": [    {        "faceAnnotations": [            {                "boundingPoly":                {                    "vertices": [...]                },                "fdBoundingPoly":                {                    "vertices": [...]                },                "landmarks": [                    ...FACE FEATURES...                ],                "rollAngle": 5.5844693,                "panAngle": 7.354796,                "tiltAngle": -5.8168073,                "detectionConfidence": 1,                "landmarkingConfidence": 0.8397686,                "joyLikelihood": "VERY_LIKELY",                "sorrowLikelihood": "VERY_UNLIKELY",                "angerLikelihood": "VERY_UNLIKELY", "surpriseLikelihood": "VERY_UNLIKELY", ...

Get Google Cloud AI Services Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.