AWSRekognitionMatchedUser

Objective-C

@interface AWSRekognitionMatchedUser

Swift

class AWSRekognitionMatchedUser

Contains metadata for a UserID matched with a given face.

  • A provided ID for the UserID. Unique within the collection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userId;

    Swift

    var userId: String? { get set }
  • The status of the user matched to a provided FaceID.

    Declaration

    Objective-C

    @property (nonatomic) AWSRekognitionUserStatus userStatus;

    Swift

    var userStatus: AWSRekognitionUserStatus { get set }