DetectedFaceAnalysis.identity property

Gallery identity when face recognition is enabled and an enrolled face cleared the match threshold.

Signature:

identity?: {
        name: string;
        similarity: number;
    };