Kofax Mobile SDK API Reference
Public Member Functions | List of all members
QuickExtractorSettings Class Reference

Public Member Functions

Set< BarCodeTypegetBarcodes ()
 
void setBarcodes (Set< BarCodeType > barcodes)
 Sets barcodes to be extracted. More...
 
float getFaceLeftPadding ()
 Gets Face left padding. More...
 
void setFaceLeftPadding (float faceLeftPadding)
 Sets Face left padding. More...
 
float getFaceRightPadding ()
 Gets face right padding. More...
 
void setFaceRightPadding (float faceRightPadding)
 Sets Face right padding. More...
 
float getFaceTopPadding ()
 Gets face top padding. More...
 
void setFaceTopPadding (float faceTopPadding)
 Sets Face top padding. More...
 
float getFaceBottomPadding ()
 Gets face bottom padding. More...
 
void setFaceBottomPadding (float faceBottomPadding)
 Sets Face bottom padding. More...
 

Member Function Documentation

Set<BarCodeType> getBarcodes ( )
float getFaceBottomPadding ( )

Gets face bottom padding.

See also
setFaceBottomPadding(float)
Returns
face bottom padding
float getFaceLeftPadding ( )

Gets Face left padding.

See also
setFaceLeftPadding(float)
Returns
face left padding
float getFaceRightPadding ( )

Gets face right padding.

See also
setFaceRightPadding(float)
Returns
face right padding
float getFaceTopPadding ( )

Gets face top padding.

See also
setFaceTopPadding(float)
Returns
face top padding
void setBarcodes ( Set< BarCodeType barcodes)

Sets barcodes to be extracted.

Supported barcodes: PDF417, QR, CODE39.

By default PDF417 and QR are extracted.

void setFaceBottomPadding ( float  faceBottomPadding)

Sets Face bottom padding.

Face bottom padding controls the amount of background returned on bottom face side. Bottom padding is percent of found face height to control how much extra space needs to be added on bottom side. The valid values are in range 0 - 50. Values will be clamped to the valid range. By default is 0.

void setFaceLeftPadding ( float  faceLeftPadding)

Sets Face left padding.

Face left padding controls the amount of background returned on left face side. Left padding is percent of found face width to control how much extra space needs to be added on left side. The valid values are in range 0 - 50. Values will be clamped to the valid range. By default is 0.

void setFaceRightPadding ( float  faceRightPadding)

Sets Face right padding.

Face right padding controls the amount of background returned on right face side. Right padding is percent of found face width to control how much extra space needs to be added on right side. The valid values are in range 0 - 50. Values will be clamped to the valid range. By default is 0.

void setFaceTopPadding ( float  faceTopPadding)

Sets Face top padding.

Face top padding controls the amount of background returned on top face side. Top padding is a percent of found face height to control how much extra space needs to be added on bottom side. The valid values are in range 0 - 50. Values will be clamped to the valid range. By default is 0.


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.