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 |
Synopsis
- data Face = Face' {}
- newFace :: Face
- face_faceId :: Lens' Face (Maybe Text)
- face_boundingBox :: Lens' Face (Maybe BoundingBox)
- face_externalImageId :: Lens' Face (Maybe Text)
- face_confidence :: Lens' Face (Maybe Double)
- face_imageId :: Lens' Face (Maybe Text)
Documentation
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
See: newFace
smart constructor.
Face' | |
|
Instances
Create a value of Face
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:faceId:Face'
, face_faceId
- Unique identifier that Amazon Rekognition assigns to the face.
$sel:boundingBox:Face'
, face_boundingBox
- Bounding box of the face.
$sel:externalImageId:Face'
, face_externalImageId
- Identifier that you assign to all the faces in the input image.
$sel:confidence:Face'
, face_confidence
- Confidence level that the bounding box contains a face (and not a
different object such as a tree).
$sel:imageId:Face'
, face_imageId
- Unique identifier that Amazon Rekognition assigns to the input image.
face_faceId :: Lens' Face (Maybe Text) Source #
Unique identifier that Amazon Rekognition assigns to the face.
face_boundingBox :: Lens' Face (Maybe BoundingBox) Source #
Bounding box of the face.
face_externalImageId :: Lens' Face (Maybe Text) Source #
Identifier that you assign to all the faces in the input image.