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 FaceMatch = FaceMatch' {}
- newFaceMatch :: FaceMatch
- faceMatch_similarity :: Lens' FaceMatch (Maybe Double)
- faceMatch_face :: Lens' FaceMatch (Maybe Face)
Documentation
Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.
See: newFaceMatch
smart constructor.
Instances
Eq FaceMatch Source # | |
Read FaceMatch Source # | |
Show FaceMatch Source # | |
Generic FaceMatch Source # | |
NFData FaceMatch Source # | |
Defined in Amazonka.Rekognition.Types.FaceMatch | |
Hashable FaceMatch Source # | |
Defined in Amazonka.Rekognition.Types.FaceMatch | |
FromJSON FaceMatch Source # | |
type Rep FaceMatch Source # | |
Defined in Amazonka.Rekognition.Types.FaceMatch type Rep FaceMatch = D1 ('MetaData "FaceMatch" "Amazonka.Rekognition.Types.FaceMatch" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "FaceMatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "similarity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "face") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Face)))) |
newFaceMatch :: FaceMatch Source #
Create a value of FaceMatch
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:similarity:FaceMatch'
, faceMatch_similarity
- Confidence in the match of this face with the input face.
$sel:face:FaceMatch'
, faceMatch_face
- Describes the face properties such as the bounding box, face ID, image
ID of the source image, and external image ID that you assigned.