Package version:

Interface IdentifyFromLargePersonGroup200Response

A successful call returns the identified candidate person(s) for each query face.

interface IdentifyFromLargePersonGroup200Response {
    body: Array<IdentificationResultOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • IdentifyFromLargePersonGroup200Response

Properties

Properties

status: "200"