ComparedFace
Provides face metadata for target image faces that are analyzed by
CompareFaces
and RecognizeCelebrities
.
Contents
- BoundingBox
-
Bounding box of the face.
Type: BoundingBox object
Required: No
- Confidence
-
Level of confidence that what the bounding box contains is a face.
Type: Float
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
- Emotions
-
The emotions that appear to be expressed on the face, and the confidence level in the determination. Valid values include "Happy", "Sad", "Angry", "Confused", "Disgusted", "Surprised", "Calm", "Unknown", and "Fear".
Type: Array of Emotion objects
Required: No
- Landmarks
-
An array of facial landmarks.
Type: Array of Landmark objects
Required: No
- Pose
-
Indicates the pose of the face as determined by its pitch, roll, and yaw.
Type: Pose object
Required: No
- Quality
-
Identifies face image brightness and sharpness.
Type: ImageQuality object
Required: No
- Smile
-
Indicates whether or not the face is smiling, and the confidence level in the determination.
Type: Smile object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: