The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Rekognition::UnindexedFace

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Rekognition::UnindexedFace object:

  $service_obj->Method(Att1 => { FaceDetail => $value, ..., Reasons => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Rekognition::UnindexedFace object:

  $result = $service_obj->Method(...);
  $result->Att1->FaceDetail

DESCRIPTION

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

ATTRIBUTES

FaceDetail => Paws::Rekognition::FaceDetail

  The structure that contains attributes of a face that
C<IndexFaces>detected, but didn't index.

Reasons => ArrayRef[Str|Undef]

  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.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Rekognition

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues