Kofax Mobile SDK API Reference
|
The check capture view controller parameters. More...
#import <kfxCheckCaptureParameters.h>
Properties | |
kfxCheckSide | checkSide |
A check side value that determines check detection functionality. More... | |
kfxCheckData * | reverseSideCheck |
Data for reverse side of the check. More... | |
kfxCheckCountry | country |
A value that determines country. More... | |
![]() | |
kfxLookAndFeelParameters * | lookAndFeelParameters |
Look and feel parameters object. More... | |
kfxProcessingParameters * | processingParameters |
Processing parameters object. More... | |
kfxExtractionParameters * | extractionParameters |
Extraction parameters object. More... | |
The check capture view controller parameters.
Incapsulates all parameters related to check capture, processing and extraction.
|
readwritenonatomicassign |
A check side value that determines check detection functionality.
The supported modes are: kfxCheckSide_Front: Front check side. kfxCheckSide_Back: Back check side.
The default value is kfxCheckSide_Front.
|
readwritenonatomicassign |
A value that determines country.
This value is used for the extraction.
Specify one of the available values from kfxCheckCountry enumeration. The default value is kfxCheckCountry_NotSpecified.
|
readwritenonatomicstrong |
Data for reverse side of the check.
This data will be used for extraction along with the image for the current side of the check. The field is used when capturing both sides of the check.