| 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.PersonDetection
Description
Documentation
data PersonDetection Source #
Details and path tracking information for a single time a person's path
is tracked in a video. Amazon Rekognition operations that track
people's paths return an array of PersonDetection objects with
elements for each time a person's path is tracked in a video.
For more information, see GetPersonTracking in the Amazon Rekognition Developer Guide.
See: newPersonDetection smart constructor.
Constructors
| PersonDetection' | |
Fields
| |
Instances
newPersonDetection :: PersonDetection Source #
Create a value of PersonDetection 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:person:PersonDetection', personDetection_person - Details about a person whose path was tracked in a video.
$sel:timestamp:PersonDetection', personDetection_timestamp - The time, in milliseconds from the start of the video, that the
person's path was tracked. Note that Timestamp is not guaranteed to
be accurate to the individual frame where the person's path first
appears.
personDetection_person :: Lens' PersonDetection (Maybe PersonDetail) Source #
Details about a person whose path was tracked in a video.
personDetection_timestamp :: Lens' PersonDetection (Maybe Integer) Source #
The time, in milliseconds from the start of the video, that the
person's path was tracked. Note that Timestamp is not guaranteed to
be accurate to the individual frame where the person's path first
appears.