Package version:

Interface FindSimilarFromFaceList200Response

A successful call returns an array of the most similar faces represented in faceId if the input parameter is faceIds or persistedFaceId if the input parameter is faceListId or largeFaceListId.

interface FindSimilarFromFaceList200Response {
    body: Array<FindSimilarResultOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • FindSimilarFromFaceList200Response

Properties

Properties

status: "200"