Contains metadata like FaceId, UserID, and Reasons, for a face that was unsuccessfully disassociated.

interface UnsuccessfulFaceDisassociation {
    FaceId?: string;
    Reasons?: UnsuccessfulFaceDisassociationReason[];
    UserId?: string;
}

Properties

FaceId?: string

A unique identifier assigned to the face.

The reason why the deletion was unsuccessful.

UserId?: string

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