| 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.PersonDetail
Description
Documentation
data PersonDetail Source #
Details about a person detected in a video analysis request.
See: newPersonDetail smart constructor.
Constructors
| PersonDetail' | |
Fields
| |
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:
PersonDetail, personDetail_boundingBox - Bounding box around the detected person.
$sel:face:PersonDetail', personDetail_face - Face details for 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.
personDetail_boundingBox :: Lens' PersonDetail (Maybe BoundingBox) Source #
Bounding box around the detected person.
personDetail_face :: Lens' PersonDetail (Maybe FaceDetail) Source #
Face details for 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.