Package version:

A successful call returns an array of face entries ranked by face rectangle size in descending order. An empty response indicates no faces detected.

interface Detect200Response {
    body: Array<FaceDetectionResultOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • Detect200Response

Properties

Properties

status: "200"