| 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.FaceMatch
Description
Synopsis
- data FaceMatch = FaceMatch' {}
- newFaceMatch :: FaceMatch
- faceMatch_face :: Lens' FaceMatch (Maybe Face)
- faceMatch_similarity :: Lens' FaceMatch (Maybe Double)
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.
Constructors
| FaceMatch' | |
Instances
| FromJSON FaceMatch Source # | |
| Generic FaceMatch Source # | |
| Read FaceMatch Source # | |
| Show FaceMatch Source # | |
| NFData FaceMatch Source # | |
Defined in Amazonka.Rekognition.Types.FaceMatch | |
| Eq FaceMatch Source # | |
| Hashable FaceMatch Source # | |
Defined in Amazonka.Rekognition.Types.FaceMatch | |
| type Rep FaceMatch Source # | |
Defined in Amazonka.Rekognition.Types.FaceMatch type Rep FaceMatch = D1 ('MetaData "FaceMatch" "Amazonka.Rekognition.Types.FaceMatch" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "FaceMatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "face") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Face)) :*: S1 ('MetaSel ('Just "similarity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) | |
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: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.
$sel:similarity:FaceMatch', faceMatch_similarity - Confidence in the match of this face with the input face.