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 CelebrityDetail = CelebrityDetail' {
- boundingBox :: Maybe BoundingBox
- urls :: Maybe [Text]
- confidence :: Maybe Double
- name :: Maybe Text
- id :: Maybe Text
- face :: Maybe FaceDetail
- newCelebrityDetail :: CelebrityDetail
- celebrityDetail_boundingBox :: Lens' CelebrityDetail (Maybe BoundingBox)
- celebrityDetail_urls :: Lens' CelebrityDetail (Maybe [Text])
- celebrityDetail_confidence :: Lens' CelebrityDetail (Maybe Double)
- celebrityDetail_name :: Lens' CelebrityDetail (Maybe Text)
- celebrityDetail_id :: Lens' CelebrityDetail (Maybe Text)
- celebrityDetail_face :: Lens' CelebrityDetail (Maybe FaceDetail)
Documentation
data CelebrityDetail Source #
Information about a recognized celebrity.
See: newCelebrityDetail
smart constructor.
CelebrityDetail' | |
|
Instances
newCelebrityDetail :: CelebrityDetail Source #
Create a value of CelebrityDetail
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:CelebrityDetail'
, celebrityDetail_boundingBox
- Bounding box around the body of a celebrity.
$sel:urls:CelebrityDetail'
, celebrityDetail_urls
- An array of URLs pointing to additional celebrity information.
$sel:confidence:CelebrityDetail'
, celebrityDetail_confidence
- The confidence, in percentage, that Amazon Rekognition has that the
recognized face is the celebrity.
$sel:name:CelebrityDetail'
, celebrityDetail_name
- The name of the celebrity.
$sel:id:CelebrityDetail'
, celebrityDetail_id
- The unique identifier for the celebrity.
$sel:face:CelebrityDetail'
, celebrityDetail_face
- Face details for the recognized celebrity.
celebrityDetail_boundingBox :: Lens' CelebrityDetail (Maybe BoundingBox) Source #
Bounding box around the body of a celebrity.
celebrityDetail_urls :: Lens' CelebrityDetail (Maybe [Text]) Source #
An array of URLs pointing to additional celebrity information.
celebrityDetail_confidence :: Lens' CelebrityDetail (Maybe Double) Source #
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
celebrityDetail_name :: Lens' CelebrityDetail (Maybe Text) Source #
The name of the celebrity.
celebrityDetail_id :: Lens' CelebrityDetail (Maybe Text) Source #
The unique identifier for the celebrity.
celebrityDetail_face :: Lens' CelebrityDetail (Maybe FaceDetail) Source #
Face details for the recognized celebrity.