Kofax Mobile SDK API Reference
Properties | List of all members
kfxCaptureViewController Class Reference

This is an abstract base class for capture view controller. kfxCaptureViewController provides entire capture control along with capture guidance experience, image processing and data extraction functionality. It has a single entry and exit point. The capture view controller behavior and visual look and feel are customized thru a set of parameters. Capture view controller supports the delegate protocol to provide feedback to a client, with result data and error object if applicable. More...

#import <kfxCaptureViewController.h>

Inheritance diagram for kfxCaptureViewController:
kfxBillCaptureViewController kfxCheckCaptureViewController kfxCreditCardCaptureViewController kfxIDCaptureViewController kfxPassportCaptureViewController

Properties

id< kfxKUTCertificateValidatorDelegatecertificateValidatorDelegate
 The certificate validator delegate. More...
 

Detailed Description

This is an abstract base class for capture view controller. kfxCaptureViewController provides entire capture control along with capture guidance experience, image processing and data extraction functionality. It has a single entry and exit point. The capture view controller behavior and visual look and feel are customized thru a set of parameters. Capture view controller supports the delegate protocol to provide feedback to a client, with result data and error object if applicable.

This class is responsible for rendering the enhanced visual experience along with capture control and provides feedback to guide the user to take a clear, legible and optimally zoomed in photo of various documents such as check, bill, ID and so on. It also provides optional steps for image processing and data extraction.

This class and its subclasses only support Landscape Orientation for Capture, capture messages are shown in Landscape. User should lock orientation in Potrait while capture view controller is active.

Property Documentation

- (id<kfxKUTCertificateValidatorDelegate>) certificateValidatorDelegate
readwritenonatomicweak

The certificate validator delegate.

The delegate receives certificate validation challenge in response to an authentication request from the remote server.

See also
kfxKUTCertificateValidatorDelegate

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.