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 CelebrityRecognition Source #
Information about a detected celebrity and the time the celebrity was detected in a stored video. For more information, see GetCelebrityRecognition in the Amazon Rekognition Developer Guide.
See: newCelebrityRecognition
smart constructor.
Instances
newCelebrityRecognition :: CelebrityRecognition Source #
Create a value of CelebrityRecognition
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:celebrity:CelebrityRecognition'
, celebrityRecognition_celebrity
- Information about a recognized celebrity.
$sel:timestamp:CelebrityRecognition'
, celebrityRecognition_timestamp
- The time, in milliseconds from the start of the video, that the
celebrity was recognized.
celebrityRecognition_celebrity :: Lens' CelebrityRecognition (Maybe CelebrityDetail) Source #
Information about a recognized celebrity.
celebrityRecognition_timestamp :: Lens' CelebrityRecognition (Maybe Integer) Source #
The time, in milliseconds from the start of the video, that the celebrity was recognized.