| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.Face
Description
Synopsis
- data Face = Face' {}
- newFace :: Face
- face_boundingBox :: Lens' Face (Maybe BoundingBox)
- face_confidence :: Lens' Face (Maybe Double)
- face_externalImageId :: Lens' Face (Maybe Text)
- face_faceId :: Lens' Face (Maybe Text)
- face_imageId :: Lens' Face (Maybe Text)
- face_indexFacesModelVersion :: 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.
Constructors
| Face' | |
Fields
| |
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:boundingBox:Face', face_boundingBox - Bounding box of the face.
$sel:confidence:Face', face_confidence - Confidence level that the bounding box contains a face (and not a
different object such as a tree).
$sel:externalImageId:Face', face_externalImageId - Identifier that you assign to all the faces in the input image.
$sel:faceId:Face', face_faceId - Unique identifier that Amazon Rekognition assigns to the face.
$sel:imageId:Face', face_imageId - Unique identifier that Amazon Rekognition assigns to the input image.
$sel:indexFacesModelVersion:Face', face_indexFacesModelVersion - The version of the face detect and storage model that was used when
indexing the face vector.
face_boundingBox :: Lens' Face (Maybe BoundingBox) Source #
Bounding box of the face.
face_confidence :: Lens' Face (Maybe Double) Source #
Confidence level that the bounding box contains a face (and not a different object such as a tree).
face_externalImageId :: Lens' Face (Maybe Text) Source #
Identifier that you assign to all the faces in the input image.
face_faceId :: Lens' Face (Maybe Text) Source #
Unique identifier that Amazon Rekognition assigns to the face.