Package version:

Interface GetLargeFaceListFace200Response

A successful call returns target persisted face's information (persistedFaceId and userData).

interface GetLargeFaceListFace200Response {
    body: LargeFaceListFaceOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetLargeFaceListFace200Response

Properties

Properties

status: "200"