RFSFaceCaptureResponse

Objective-C


@interface RFSFaceCaptureResponse : NSObject

Swift

class FaceCaptureResponse : NSObject

The response from the Face Capture module. This object contains either an image or an error.

  • The captured image.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) RFSImage *image;

    Swift

    var image: RFSImage? { get }
  • The error describes a failed face capture and contains RFSFaceCaptureError codes. This error belongs to the RFSFaceCaptureErrorDomain.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSError *error;

    Swift

    var error: Error? { get }
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE