|
Kofax Mobile SDK API Reference
|
Classes | |
| enum | ExtractionType |
Public Member Functions | |
| ExtractionParameters () | |
| ExtractionType | getExtractionType () |
| void | setExtractionType (ExtractionType extractionType) |
| void | setProjectProvider (Context context, IProjectProvider projectProvider) |
| Sets a project provider instance. More... | |
Public Attributes | |
| String | serverUrl |
| ExtractionCredentials | credentials = new ExtractionCredentials() |
The data extraction parameters class. The parameters object allows customization of image data extraction functionality.
| ExtractionType getExtractionType | ( | ) |
Gets the currently set extraction type parameter.
The default value is ExtractionType#RTTI
| void setExtractionType | ( | ExtractionType | extractionType | ) |
Sets the desired extraction type
| extractionType |
| void setProjectProvider | ( | Context | context, |
| IProjectProvider | projectProvider | ||
| ) |
Sets a project provider instance.
The default value is null (the default project provider will be used).
Applicable for on-device extraction only.
| ExtractionCredentials credentials = new ExtractionCredentials() |
Extraction credentials object.
The default value is null. Credentials are applicable for KTA server type only.
| String serverUrl |
A string value that determines extraction server URL. Specify the server URL in format: "http(s)://yourserver.com/path_to_the_service_api".
To use the default value, leave this null. The default value depends on document type and ExtractionParameters#getExtractionType().