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 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.
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.
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.