AWSRekognitionDisassociateFacesResponse
Objective-C
@interface AWSRekognitionDisassociateFacesResponse
Swift
class AWSRekognitionDisassociateFacesResponse
-
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionDisassociatedFace *> *_Nullable disassociatedFaces;Swift
var disassociatedFaces: [AWSRekognitionDisassociatedFace]? { get set } -
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionUnsuccessfulFaceDisassociation *> *_Nullable unsuccessfulFaceDisassociations;Swift
var unsuccessfulFaceDisassociations: [AWSRekognitionUnsuccessfulFaceDisassociation]? { get set } -
The status of an update made to a User. Reflects if the User has been updated for every requested change.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionUserStatus userStatus;Swift
var userStatus: AWSRekognitionUserStatus { get set }
View on GitHub
Install in Dash
AWSRekognitionDisassociateFacesResponse Class Reference