Package version:

Interface IdentificationCandidateOutput

Candidate for identify call.

interface IdentificationCandidateOutput {
    confidence: number;
    personId: string;
}

Properties

Properties

confidence: number

Confidence value of the candidate. The higher confidence, the more similar. Range between [0,1].

personId: string

personId of candidate person.