Contains metadata for a UserID matched with a given face.

interface MatchedUser {
    UserId?: string;
    UserStatus?: string;
}

Properties

Properties

UserId?: string

A provided ID for the UserID. Unique within the collection.

UserStatus?: string

The status of the user matched to a provided FaceID.