Package version:

interface FindSimilarBodyParam {
    body: {
        faceId: string;
        faceIds: {};
        maxNumOfCandidatesReturned?: number;
        mode?: string;
    };
}

Properties

Properties

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