AWSRekognitionCelebrityDetail
Objective-C
@interface AWSRekognitionCelebrityDetail
Swift
class AWSRekognitionCelebrityDetail
Information about a recognized celebrity.
-
Bounding box around the body of a celebrity.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionBoundingBox *_Nullable boundingBox;Swift
var boundingBox: AWSRekognitionBoundingBox? { get set } -
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;Swift
var confidence: NSNumber? { get set } -
Face details for the recognized celebrity.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionFaceDetail *_Nullable face;Swift
var face: AWSRekognitionFaceDetail? { get set } -
The unique identifier for the celebrity.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } -
Retrieves the known gender for the celebrity.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionKnownGender *_Nullable knownGender;Swift
var knownGender: AWSRekognitionKnownGender? { get set } -
The name of the celebrity.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
An array of URLs pointing to additional celebrity information.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable urls;Swift
var urls: [String]? { get set }
View on GitHub
Install in Dash
AWSRekognitionCelebrityDetail Class Reference