SearchedFaceDetails
Contains data regarding the input face used for a search.
Contents
- FaceDetail
-
Structure containing attributes of the face that the algorithm detected.
A
FaceDetailobject 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
FaceDetailobject with all attributes. To specify which attributes to return, use theFaceAttributesinput parameter for StartFaceDetection. The following Amazon Rekognition Video operations return only the default attributes. The corresponding Start operations don't have aFaceAttributesinput 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
Attributesinput parameter forDetectFaces. ForIndexFaces, use theDetectAttributesinput parameter.Type: FaceDetail object
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: