pub fn new_person(
conn: &Connection,
face_ids: &[i64],
label: &str,
) -> Result<()>Expand description
Create a person from faces. Same effect as assign; kept as a distinct
operation because callers treat “new person” and “assign to existing” as
separate user intents.