Package version:

Interface FindSimilar200Response

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

Hierarchy

  • unknown
    • FindSimilar200Response

Properties

Properties

status: "200"