AWSRekognitionAssociatedFace

Objective-C

@interface AWSRekognitionAssociatedFace

Swift

class AWSRekognitionAssociatedFace

Provides face metadata for the faces that are associated to a specific UserID.

  • Unique identifier assigned to the face.

    Declaration

    Objective-C

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

    Swift

    var faceId: String? { get set }