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 FaceRecord = FaceRecord' {
- faceDetail :: Maybe FaceDetail
- face :: Maybe Face
- newFaceRecord :: FaceRecord
- faceRecord_faceDetail :: Lens' FaceRecord (Maybe FaceDetail)
- faceRecord_face :: Lens' FaceRecord (Maybe Face)
Documentation
data FaceRecord Source #
Object containing both the face metadata (stored in the backend database), and facial attributes that are detected but aren't stored in the database.
See: newFaceRecord
smart constructor.
FaceRecord' | |
|
Instances
newFaceRecord :: FaceRecord Source #
Create a value of FaceRecord
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:faceDetail:FaceRecord'
, faceRecord_faceDetail
- Structure containing attributes of the face that the algorithm detected.
$sel:face:FaceRecord'
, faceRecord_face
- Describes the face properties such as the bounding box, face ID, image
ID of the input image, and external image ID that you assigned.
faceRecord_faceDetail :: Lens' FaceRecord (Maybe FaceDetail) Source #
Structure containing attributes of the face that the algorithm detected.
faceRecord_face :: Lens' FaceRecord (Maybe Face) Source #
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.