/AWS1/CL_REKUNSEARCHEDFACE¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_facedetails TYPE REF TO /AWS1/CL_REKFACEDETAIL /AWS1/CL_REKFACEDETAIL¶
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.
it_reasons TYPE /AWS1/CL_REKUNSRCHEDFACERSNS_W=>TT_UNSEARCHEDFACEREASONS TT_UNSEARCHEDFACEREASONS¶
Reasons why a face wasn't used for Search.
Queryable Attributes¶
FaceDetails¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FACEDETAILS() |
Getter for FACEDETAILS |
Reasons¶
Reasons why a face wasn't used for Search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASONS() |
Getter for REASONS, with configurable default |
ASK_REASONS() |
Getter for REASONS w/ exceptions if field has no value |
HAS_REASONS() |
Determine if REASONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UNSEARCHEDFACESLIST¶
TYPES TT_UNSEARCHEDFACESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKUNSEARCHEDFACE WITH DEFAULT KEY
.