Versions Compared

Key

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

...

Headline Headline description
AllowReturns the HTTP method used in request
Content-LengthShows the size of characters in bytes, received in the request
Content-TypeReturns the type of received request
ServerSpecifies the server from which the request comes
Access-Control-Request-MethodReturns the HTTP method that can be used in the request
Access-Control-OriginIndicates if the code that sends the request from this source can access the server response
DateShows the time of the request

Response example:

Expand
titleClick to expand...


Code Block
{
 "FaceList": [
 {
 "quality": 0.756927,
 "eyeLeftX": 30.8689,
 "eyeLeftY": 48.5863,
 "eyeRightX": 57.8069,
 "eyeRightY": 48.1852,
 "faceRectLeft": 12,
 "faceRectTop": 32,
 "faceRectWidth": 64,
 "faceRectHeight": 64,
 "ProcessedPersons": 70,
 "ProcessedPersonsDuration": 0,
 "PersonList": [
 {
 "Id": "6C1069EB-1037-E711-9E4B-9C5C8E763A8F",
 "Name": "Hathaway",
 "Surname": "Anne",
 "Patronymic": "",
 "Department": "0",
 "Comment": "",
 "Timestamp": "2017-05-12T12:45:49.279",
 "ImageId": "6E1069EB-1037-E711-9E4B-9C5C8E763A8F",
 "AutoCreated": false,
 "LastRecognitionTimestamp": "2021-06-25T11:17:33.909",
 "RecognitionCount": 177,
 "Sim": "0.54350495338439941"
 }
  ]
 }
 ]
}


...