What is 'face attribute analysis' in Azure AI Face service?
Face attribute analysis returns estimated attributes per detected face — age, emotion, pose, glasses — with responsible AI caveats on emotion.
Why this answer
Face attribute analysis in Azure AI Face service extracts a set of facial attributes from detected faces, including estimated age, emotion (e.g., happiness, sadness, anger), head pose (pitch, yaw, roll), and appearance traits like facial hair, glasses, and makeup. This is distinct from identification or verification tasks because it does not match faces against a database or compare two images; it simply returns metadata about the face itself.
Exam trap
The trap here is that candidates confuse 'face attribute analysis' with 'face identification' or 'face verification', because all three involve faces, but attribute analysis only extracts descriptive metadata and does not perform any matching or recognition against a database.
How to eliminate wrong answers
Option A is wrong because identifying a named person using a face database is 'face identification' (or 'face recognition'), not attribute analysis; it requires a PersonGroup and training, not just detection. Option C is wrong because verifying a selfie against a government ID is 'face verification' (a 1:1 comparison) or 'liveness detection', not attribute analysis; it involves comparing two face vectors for similarity. Option D is wrong because detecting digital manipulation or deepfakes is not a built-in feature of Azure AI Face service; it would require separate anti-spoofing or deepfake detection models, not standard attribute extraction.