AWSRekognitionSearchedUser

Objective-C

@interface AWSRekognitionSearchedUser

Swift

class AWSRekognitionSearchedUser

Contains metadata about a User searched for within a collection.

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