AWSRekognitionGetCelebrityInfoRequest
Objective-C
@interface AWSRekognitionGetCelebrityInfoRequest
Swift
class AWSRekognitionGetCelebrityInfoRequest
-
The ID for the celebrity. You get the celebrity ID from a call to the RecognizeCelebrities operation, which recognizes celebrities in an image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }