class Aws::Rekognition::Types::UnindexedFace

A face that IndexFaces detected, but didn't index. Use the `Reasons` response attribute to determine why a face wasn't indexed.

@!attribute [rw] reasons

An array of reasons that specify why a face wasn't indexed.

* EXTREME\_POSE - The face is at a pose that can't be detected. For
  example, the head is turned too far away from the camera.

* EXCEEDS\_MAX\_FACES - The number of faces detected is already
  higher than that specified by the `MaxFaces` input parameter for
  `IndexFaces`.

* LOW\_BRIGHTNESS - The image is too dark.

* LOW\_SHARPNESS - The image is too blurry.

* LOW\_CONFIDENCE - The face was detected with a low confidence.

* SMALL\_BOUNDING\_BOX - The bounding box around the face is too
  small.
@return [Array<String>]

@!attribute [rw] face_detail

The structure that contains attributes of a face that
`IndexFaces`detected, but didn't index.
@return [Types::FaceDetail]

Constants

SENSITIVE