Kofax Mobile SDK API Reference
Classes | Public Member Functions | Public Attributes | List of all members
ProcessingParameters Class Reference
Inheritance diagram for ProcessingParameters:

Classes

enum  ProcessingType
 

Public Member Functions

 ProcessingParameters ()
 

Public Attributes

ProcessingType processingType = ProcessingType.ON_DEVICE
 
String operations
 An image processing operation string. More...
 
boolean useMrzPageDetection
 A boolean value that determines whether MRZ page detection is used for cropping. More...
 
boolean useTargetFrameCrop
 A boolean value that determines whether target frame is used for cropping. More...
 
CaptureData captureData = new CaptureData()
 

Detailed Description

The image processing parameters class. This parameters object allows customization of image processing.

See also
IParameters

Constructor & Destructor Documentation

Member Data Documentation

CaptureData captureData = new CaptureData()

Container class for captured and processed image IDs.

String operations

An image processing operation string.

` *

App specific definition of the encoded image processing options is desired.
The string is composed of a concatenation of individual tokens, each of which enables an option. Please refer to the developers guide for a list of ImageProcessor tokens.

To use the default value, leave this null. The default value depends on document type and document side.

See also ImageProcessorConfiguration

A processing type value.

The default value is ProcessingType#ON_DEVICE.

boolean useMrzPageDetection

A boolean value that determines whether MRZ page detection is used for cropping.

Default value is false. See implementations of capture parameters for document-specific defaults.

boolean useTargetFrameCrop

A boolean value that determines whether target frame is used for cropping.

Default value is false. See implementations of capture parameters for document-specific defaults.


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.