Provides UserID metadata along with the confidence in the match of this UserID with the input face.

interface UserMatch {
    Similarity?: number;
    User?: MatchedUser;
}

Properties

Properties

Similarity?: number

Describes the UserID metadata.

Confidence in the match of this UserID with the input face.