Package version:

Interface GetFaceList200Response

A successful call returns the Face List's information.

interface GetFaceList200Response {
    body: FaceListOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetFaceList200Response

Properties

Properties

status: "200"