AWSRekognitionKnownGender
Objective-C
@interface AWSRekognitionKnownGender
Swift
class AWSRekognitionKnownGender
The known gender identity for the celebrity that matches the provided ID. The known gender identity can be Male, Female, Nonbinary, or Unlisted.
-
A string value of the KnownGender info about the Celebrity.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionKnownGenderType types;
Swift
var types: AWSRekognitionKnownGenderType { get set }