reassign_face
Correct face recognition errors by reassigning a detected face to the correct person. Permanently updates the face-to-person mapping.
Instructions
Reassign a detected face to a different person. Use this to correct face recognition mistakes (e.g. a face wrongly attributed to Person A should be Person B). Get face_id from get_asset_faces first. Side effect: permanently changes face-to-person mapping.
Args:
face_id: The face detection UUID (from get_asset_faces results).
person_id: The correct person UUID to assign this face to.
Returns: JSON with the updated face assignment.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| face_id | Yes | ||
| person_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |