UnsearchedFace
Face details inferred from the image but not used for search. The response attribute contains reasons for why a face wasn't used for Search.
Contents
- FaceDetails
-
Structure containing attributes of the face that the algorithm detected.
A
FaceDetail
object contains either the default facial attributes or all facial attributes. The default attributes areBoundingBox
,Confidence
,Landmarks
,Pose
, andQuality
.GetFaceDetection is the only Amazon Rekognition Video stored video operation that can return a
FaceDetail
object with all attributes. To specify which attributes to return, use theFaceAttributes
input parameter for StartFaceDetection. The following Amazon Rekognition Video operations return only the default attributes. The corresponding Start operations don't have aFaceAttributes
input parameter:-
GetCelebrityRecognition
-
GetPersonTracking
-
GetFaceSearch
The Amazon Rekognition Image DetectFaces and IndexFaces operations can return all facial attributes. To specify which attributes to return, use the
Attributes
input parameter forDetectFaces
. ForIndexFaces
, use theDetectAttributes
input parameter.Type: FaceDetail object
Required: No
-
- Reasons
-
Reasons why a face wasn't used for Search.
Type: Array of strings
Valid Values:
FACE_NOT_LARGEST | EXCEEDS_MAX_FACES | EXTREME_POSE | LOW_BRIGHTNESS | LOW_SHARPNESS | LOW_CONFIDENCE | SMALL_BOUNDING_BOX | LOW_FACE_QUALITY
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: