Face Recognition Config
Face recognition settings used in detection and search requests.
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 for face recognition. |
person | string | Person ID for person-specific matching. |
group | string | Group ID for group-based matching. |