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 |
Documentation
data PersonDetail Source #
Details about a person detected in a video analysis request.
See: newPersonDetail
smart constructor.
PersonDetail' | |
|
Instances
newPersonDetail :: PersonDetail Source #
Create a value of PersonDetail
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:PersonDetail'
, personDetail_boundingBox
- Bounding box around the detected person.
$sel:index:PersonDetail'
, personDetail_index
- Identifier for the person detected person within a video. Use to keep
track of the person throughout the video. The identifier is not stored
by Amazon Rekognition.
$sel:face:PersonDetail'
, personDetail_face
- Face details for the detected person.
personDetail_boundingBox :: Lens' PersonDetail (Maybe BoundingBox) Source #
Bounding box around the detected person.
personDetail_index :: Lens' PersonDetail (Maybe Integer) Source #
Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.
personDetail_face :: Lens' PersonDetail (Maybe FaceDetail) Source #
Face details for the detected person.