Skip to main content

Face Recognition Config

Face recognition settings used in detection and search requests.

Example

{
"match_type": "group",
"match_threshold": 80,
"group": "employees"
}

Fields

FieldTypeDescription
match_typestringMatch strategy such as person, group, or all_faces.
match_thresholdnumberConfidence threshold for face recognition.
personstringPerson ID for person-specific matching.
groupstringGroup ID for group-based matching.