Package version:

Interface AddPersonFace202Response

A successful call returns an empty response body. The service has accepted the request and will start processing soon. The client can query the operation status and result using the URL specified in the 'Operation-Location' response header. The URL expires in 48 hours.

interface AddPersonFace202Response {
    body: AddFaceResultOutput;
    headers: any;
    status: "202";
}

Hierarchy

  • unknown
    • AddPersonFace202Response

Properties

Properties

headers: any
status: "202"