AWSRekognitionUser
Objective-C
@interface AWSRekognitionUser
Swift
class AWSRekognitionUser
Metadata of the user stored in a collection.
-
A provided ID for the User. Unique within the collection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userId;
Swift
var userId: String? { get set }
-
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionUserStatus userStatus;
Swift
var userStatus: AWSRekognitionUserStatus { get set }