Package version:

Interface GetLargeFaceList200Response

A successful call returns the Large Face List's information.

interface GetLargeFaceList200Response {
    body: LargeFaceListOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetLargeFaceList200Response

Properties

Properties

status: "200"