AWSRekognitionCelebrityRecognition

Objective-C

@interface AWSRekognitionCelebrityRecognition

Swift

class AWSRekognitionCelebrityRecognition

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.

  • Information about a recognized celebrity.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSRekognitionCelebrityDetail *_Nullable celebrity;

    Swift

    var celebrity: AWSRekognitionCelebrityDetail? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable timestamp;

    Swift

    var timestamp: NSNumber? { get set }