Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ComparedSourceImageFace Source #
Type that describes the face Amazon Rekognition chose to compare with the faces in the target. This contains a bounding box for the selected face and confidence level that the bounding box contains a face. Note that Amazon Rekognition selects the largest face in the source image for this comparison.
See: newComparedSourceImageFace
smart constructor.
ComparedSourceImageFace' | |
|
Instances
newComparedSourceImageFace :: ComparedSourceImageFace Source #
Create a value of ComparedSourceImageFace
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:boundingBox:ComparedSourceImageFace'
, comparedSourceImageFace_boundingBox
- Bounding box of the face.
$sel:confidence:ComparedSourceImageFace'
, comparedSourceImageFace_confidence
- Confidence level that the selected bounding box contains a face.
comparedSourceImageFace_boundingBox :: Lens' ComparedSourceImageFace (Maybe BoundingBox) Source #
Bounding box of the face.
comparedSourceImageFace_confidence :: Lens' ComparedSourceImageFace (Maybe Double) Source #
Confidence level that the selected bounding box contains a face.