AWSRekognitionUnsuccessfulFaceDisassociation
Objective-C
@interface AWSRekognitionUnsuccessfulFaceDisassociation
Swift
class AWSRekognitionUnsuccessfulFaceDisassociation
Contains metadata like FaceId, UserID, and Reasons, for a face that was unsuccessfully disassociated.
-
A unique identifier assigned to the face.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable faceId;
Swift
var faceId: String? { get set }
-
The reason why the deletion was unsuccessful.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable reasons;
Swift
var reasons: [String]? { get set }
-
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 }