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.CelebrityRecognition
Description
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.
Constructors
CelebrityRecognition' | |
Fields
|
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. Note that Timestamp
is not guaranteed to be
accurate to the individual frame where the celebrity first appears.
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. Note that Timestamp
is not guaranteed to be
accurate to the individual frame where the celebrity first appears.