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
Documentation
data FaceDetection Source #
Information about a face detected in a video analysis request and the time the face was detected in the video.
See: newFaceDetection
smart constructor.
Instances
newFaceDetection :: FaceDetection Source #
Create a value of FaceDetection
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:timestamp:FaceDetection'
, faceDetection_timestamp
- Time, in milliseconds from the start of the video, that the face was
detected.
$sel:face:FaceDetection'
, faceDetection_face
- The face properties for the detected face.
faceDetection_timestamp :: Lens' FaceDetection (Maybe Integer) Source #
Time, in milliseconds from the start of the video, that the face was detected.
faceDetection_face :: Lens' FaceDetection (Maybe FaceDetail) Source #
The face properties for the detected face.