Package version:

Interface IdentifyFromPersonGroupBodyParam

interface IdentifyFromPersonGroupBodyParam {
    body: {
        confidenceThreshold?: number;
        faceIds: {};
        maxNumOfCandidatesReturned?: number;
        personGroupId: string;
    };
}

Properties

Properties

body: {
    confidenceThreshold?: number;
    faceIds: {};
    maxNumOfCandidatesReturned?: number;
    personGroupId: string;
}