Skip to main content

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

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