AWSRekognitionGetCelebrityInfoResponse

Objective-C

@interface AWSRekognitionGetCelebrityInfoResponse

Swift

class AWSRekognitionGetCelebrityInfoResponse
  • 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 }