Face Recognition Config
Reference for the Face Recognition Config JSON element.
See also: Face Recognition Config
Example
{
"match_type": "group",
"match_threshold": 80,
"group": "employees"
}
Fields
| Field | Type | Description |
|---|---|---|
match_type | string | Match strategy such as person, group, or all_faces. |
match_threshold | number | Confidence threshold. |
person | string | Person ID for person-specific matching. |
group | string | Group ID for group-based matching. |