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

Base class for document data objects. More...

#import <kfxCaptureData.h>

Inheritance diagram for kfxCaptureData:
kfxBillData kfxCheckData kfxCreditCardData kfxIDData kfxPassportData

Properties

NSString * originalImage
 Identifier for the image captured by capture view controller classes. More...
 
NSString * processedImage
 Identifier for the image processed by image processor. More...
 

Detailed Description

Base class for document data objects.

Represents images captured by kfxCaptureViewController inherited classes and processed image by image processor.

See also
kfxCaptureViewController

Property Documentation

- (NSString*) originalImage
readwritenonatomicstrong

Identifier for the image captured by capture view controller classes.

Default value is nil.

- (NSString*) processedImage
readwritenonatomicstrong

Identifier for the image processed by image processor.

Will be nil if processing is disabled. Default value is nil.


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.