Package version:

Interface FindSimilarFromLargeFaceListBodyParam

interface FindSimilarFromLargeFaceListBodyParam {
    body: {
        faceId: string;
        largeFaceListId: string;
        maxNumOfCandidatesReturned?: number;
        mode?: string;
    };
}

Properties

Properties

body: {
    faceId: string;
    largeFaceListId: string;
    maxNumOfCandidatesReturned?: number;
    mode?: string;
}