Package version:

Interface GetLargeFaceLists200Response

A successful call returns an array of Large Face Lists and their information (largeFaceListId, name and userData).

interface GetLargeFaceLists200Response {
    body: Array<LargeFaceListOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetLargeFaceLists200Response

Properties

Properties

body: Array<LargeFaceListOutput>
status: "200"