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;
}

Type declaration

  • faceId: string
  • largeFaceListId: string
  • Optional maxNumOfCandidatesReturned?: number
  • Optional mode?: string