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.

interface CelebrityRecognition {
    Celebrity?: CelebrityDetail;
    Timestamp?: number;
}

Properties

Celebrity?: CelebrityDetail

Information about a recognized celebrity.

Timestamp?: number

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.