Package version:

Interface GetLargeFaceListFaces200Response

A successful call returns an array of persisted faces and their information (persistedFaceId and userData).

interface GetLargeFaceListFaces200Response {
    body: Array<LargeFaceListFaceOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetLargeFaceListFaces200Response

Properties

Properties

status: "200"