Package version:

Interface IdentifyFromPersonDirectory200Response

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

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

Hierarchy

  • unknown
    • IdentifyFromPersonDirectory200Response

Properties

Properties

status: "200"