Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • server_id is the identifier of the Face Recognition Server in Face Intellect (see Configuring the Face Recognition Server object);
  • minAge is the minimum age of persons whose data should be obtained;
  • maxAge is the maximum age of persons whose data should be obtained;
  • dateTimeFrom is the time in UTC format, starting from which the data should be obtained;
  • dateTimeTo is the time in UTC format, up to which the data should be obtained;
  • cameraIds is the camera IDs in Face Intellect (see Creating and configuring the Camera object);
  • genders is the gender of persons whose data should be obtained: 0 - Not definedUnknown, 1 - MaleMales, 2 - FemaleFemales;
  • returnLocalTime is the time format of the face capture: 0 - time in UTC format, 1- local time of the Server;
  • timePeriod is the type of grouping the analytic data: 0 - by hour, 1 - by day, 2 - by month, 3 - by year.

...

Code Block
{
    "Rows": [
        {
            "timestamp": "2019-02-27T180000.000",
            "value": [
                {
                    "age": 1927,
                    "gender": {
                        "males": 010,
                        "females": 19,
                        "unknown": 0
                    },
                    "smile": {
                 },
       "males": 3,
                         {"females": 1,
                        "ageunknown": 210
                    },
                    "genderangry": {
                        "males": 31,
                        "females": 02,
                        "unknown": 0
                    },
                }     "fear": {
            ]
            "males": 1,
                        }"females": 2,
            {
            "timestamp": "2019-02-27T200000.000",
unknown": 0
                    },
                    "happiness": {
                  "value      "males": [1,
                  {      "females": 1,
                        "ageunknown": 23 0
                    },
                    "genderneutral": {
                        "males": 12,
                        "females": 01,
                        "unknown": 0
                    },
                     }"sadness": {
                        "males": 1,
                {
        "females": 1,
                        "ageunknown": 24 0
                    },
                    "gendersurprise": {
                        "males": 831,
                        "females": 141,
                        "unknown": 0
                    }
                }
            ]
        }
    ],
    "Responce": {
        "Status": "SUCCESS"
    }
}


Info
titleNote

age = 0 means that age is not defined.