AWSRekognitionDisassociatedFace

Objective-C

@interface AWSRekognitionDisassociatedFace

Swift

class AWSRekognitionDisassociatedFace

Provides face metadata for the faces that are disassociated from a specific UserID.

  • Unique identifier assigned to the face.

    Declaration

    Objective-C

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

    Swift

    var faceId: String? { get set }