Package version:

Interface DetectFromSessionImageId200Response

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 DetectFromSessionImageId200Response {
    body: Array<FaceDetectionResultOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • DetectFromSessionImageId200Response

Properties

Properties

status