Package version:

Interface IdentifyFromDynamicPersonGroup200Response

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

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

Hierarchy

  • unknown
    • IdentifyFromDynamicPersonGroup200Response

Properties

Properties

status: "200"