Provides face metadata for the faces that are associated to a specific UserID.

interface AssociatedFace {
    FaceId?: string;
}

Properties

Properties

FaceId?: string

Unique identifier assigned to the face.