Kofax Mobile SDK API Reference
Public Member Functions | List of all members
CheckIQAData Class Referenceabstract
Inheritance diagram for CheckIQAData:

Public Member Functions

abstract Field< String > getImageWidth ()
 
abstract Field< String > getImageHeight ()
 
abstract Field< String > getTopLeftCornerWidth ()
 
abstract Field< String > getTopLeftCornerHeight ()
 
abstract Field< String > getBottomLeftCornerWidth ()
 
abstract Field< String > getBottomLeftCornerHeight ()
 
abstract Field< String > getTopRightCornerWidth ()
 
abstract Field< String > getTopRightCornerHeight ()
 
abstract Field< String > getBottomRightCornerWidth ()
 
abstract Field< String > getBottomRightCornerHeight ()
 
abstract Field< String > getTopEdgeTearWidth ()
 
abstract Field< String > getTopEdgeTearHeight ()
 
abstract Field< String > getRightEdgeTearWidth ()
 
abstract Field< String > getRightEdgeTearHeight ()
 
abstract Field< String > getBottomEdgeTearWidth ()
 
abstract Field< String > getBottomEdgeTearHeight ()
 
abstract Field< String > getLeftEdgeTearWidth ()
 
abstract Field< String > getLeftEdgeTearHeight ()
 
abstract Field< String > getAdditionalLeftScanLinesWidth ()
 
abstract Field< String > getAdditionalTopScanLinesHeight ()
 
abstract Field< String > getAdditionalRightScanLinesWidth ()
 
abstract Field< String > getAdditionalBottomScanLinesHeight ()
 
abstract Field< String > getDocumentSkewAngle ()
 
abstract Field< String > getPercentBlackPixels ()
 
abstract Field< String > getPercentAverageImageBrightness ()
 
abstract Field< String > getPercentAverageImageContrast ()
 
abstract Field< String > getBlackStreakCount ()
 
abstract Field< String > getBlackStreakMaxHeight ()
 
abstract Field< String > getGrayLevelStreakCount ()
 
abstract Field< String > getGrayLevelStreakMaxHeight ()
 
abstract Field< String > getAverageSpotNoiseGroupingsPerSquareInch ()
 
abstract Field< String > getFrontRearWidthDifference ()
 
abstract Field< String > getFrontRearHeightDifference ()
 
abstract Field< String > getCarbonStripHeight ()
 
abstract Field< String > getImageFocusScore ()
 
abstract Field< String > getCompressedFrontImageSize ()
 
abstract Field< String > getCompressedRearImageSize ()
 
abstract Field< String > getUndersizeImage ()
 
abstract Field< String > getFoldedOrTornDocumentCorners ()
 
abstract Field< String > getFoldedOrTornDocumentEdges ()
 
abstract Field< String > getDocumentFramingError ()
 
abstract Field< String > getDocumentSkew ()
 
abstract Field< String > getOversizeImage ()
 
abstract Field< String > getPiggybackDocument ()
 
abstract Field< String > getImageTooLight ()
 
abstract Field< String > getImageTooDark ()
 
abstract Field< String > getHorizontalStreaks ()
 
abstract Field< String > getBelowMinFrontImageSize ()
 
abstract Field< String > getAboveMaxFrontImageSize ()
 
abstract Field< String > getBelowMinRearImageSize ()
 
abstract Field< String > getAboveMaxRearImageSize ()
 
abstract Field< String > getSpotNoise ()
 
abstract Field< String > getImageDimensionMismatch ()
 
abstract Field< String > getCarbonStrip ()
 
abstract Field< String > getOutOfFocus ()
 

Detailed Description

Extended IQA data returned from a check extraction server

Member Function Documentation

abstract Field<String> getAboveMaxFrontImageSize ( )
abstract
abstract Field<String> getAboveMaxRearImageSize ( )
abstract
abstract Field<String> getAdditionalBottomScanLinesHeight ( )
abstract
abstract Field<String> getAdditionalLeftScanLinesWidth ( )
abstract
abstract Field<String> getAdditionalRightScanLinesWidth ( )
abstract
abstract Field<String> getAdditionalTopScanLinesHeight ( )
abstract
abstract Field<String> getAverageSpotNoiseGroupingsPerSquareInch ( )
abstract
abstract Field<String> getBelowMinFrontImageSize ( )
abstract
abstract Field<String> getBelowMinRearImageSize ( )
abstract
abstract Field<String> getBlackStreakCount ( )
abstract

Get the number of black streaks

abstract Field<String> getBlackStreakMaxHeight ( )
abstract

Get the largest black streak height

abstract Field<String> getBottomEdgeTearHeight ( )
abstract

The bottom-edge (Y) tear, if any

abstract Field<String> getBottomEdgeTearWidth ( )
abstract

The bottom-edge (X) tear, if any

abstract Field<String> getBottomLeftCornerHeight ( )
abstract

The bottom-left corner (Y) of the check in the image

abstract Field<String> getBottomLeftCornerWidth ( )
abstract

THe bottom-left corner (X) of the check in the image

abstract Field<String> getBottomRightCornerHeight ( )
abstract

The bottom-right corner (Y) of the check in the image

abstract Field<String> getBottomRightCornerWidth ( )
abstract

The bottom-right corner (X) of the check in the image

abstract Field<String> getCarbonStrip ( )
abstract
abstract Field<String> getCarbonStripHeight ( )
abstract
abstract Field<String> getCompressedFrontImageSize ( )
abstract
abstract Field<String> getCompressedRearImageSize ( )
abstract
abstract Field<String> getDocumentFramingError ( )
abstract
abstract Field<String> getDocumentSkew ( )
abstract
abstract Field<String> getDocumentSkewAngle ( )
abstract

The angle of skew of the check in the image

abstract Field<String> getFoldedOrTornDocumentCorners ( )
abstract
abstract Field<String> getFoldedOrTornDocumentEdges ( )
abstract
abstract Field<String> getFrontRearHeightDifference ( )
abstract
abstract Field<String> getFrontRearWidthDifference ( )
abstract
abstract Field<String> getGrayLevelStreakCount ( )
abstract

Get the

Returns
abstract Field<String> getGrayLevelStreakMaxHeight ( )
abstract
abstract Field<String> getHorizontalStreaks ( )
abstract
abstract Field<String> getImageDimensionMismatch ( )
abstract
abstract Field<String> getImageFocusScore ( )
abstract
abstract Field<String> getImageHeight ( )
abstract

The overall image height

abstract Field<String> getImageTooDark ( )
abstract
abstract Field<String> getImageTooLight ( )
abstract
abstract Field<String> getImageWidth ( )
abstract

The overall image width

abstract Field<String> getLeftEdgeTearHeight ( )
abstract

The left-edge (Y) tear, if any

abstract Field<String> getLeftEdgeTearWidth ( )
abstract

The left-edge (X) tear, if any

abstract Field<String> getOutOfFocus ( )
abstract
abstract Field<String> getOversizeImage ( )
abstract
abstract Field<String> getPercentAverageImageBrightness ( )
abstract

Get the average image brightness

abstract Field<String> getPercentAverageImageContrast ( )
abstract

Get the percent average image contrast

abstract Field<String> getPercentBlackPixels ( )
abstract

Get the percent black pixels

abstract Field<String> getPiggybackDocument ( )
abstract
abstract Field<String> getRightEdgeTearHeight ( )
abstract

The right-edge (Y) tear, if any

abstract Field<String> getRightEdgeTearWidth ( )
abstract

The right-edge (X) tear, if any

abstract Field<String> getSpotNoise ( )
abstract
abstract Field<String> getTopEdgeTearHeight ( )
abstract

The top-edge (Y) tear, if any

abstract Field<String> getTopEdgeTearWidth ( )
abstract

The top-edge (X) tear, if any

abstract Field<String> getTopLeftCornerHeight ( )
abstract

the top-left corner (Y) of the check in the image

abstract Field<String> getTopLeftCornerWidth ( )
abstract

The top-left corner (X) of the check in the image

abstract Field<String> getTopRightCornerHeight ( )
abstract

The top-right corner (Y) of the check in the image

abstract Field<String> getTopRightCornerWidth ( )
abstract

The top-right corner (X) of the check in the image

abstract Field<String> getUndersizeImage ( )
abstract

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.