|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| IdRegion (String regionName, String subProjectName) | |
| String | getRegionName () |
| String | getSubProjectName () |
Static Public Member Functions | |
| static IdRegion | regionFromProject (String projectName) |
| static IdRegion | regionFromSubProject (String subProjectName) |
Public Attributes | |
| US =("USIDs", "United States") | |
| ASIA =("AsianIDs", "Asia") | |
| AUSTRALIA =("AustralianIDs", "Australia") | |
| CANADA =("CanadianIDs", "Canada") | |
| AFRICA =("AfricanIDs", "Africa") | |
| EUROPE =("EuropeanIDs", "Europe") | |
| LATIN_AMERICA =("LatinAmericanIDs", "Latin America") | |
| COMBINED =("CombinedIDs", null) | |
| String | _regionName |
| String | _subProjectName |
Used in conjunction with IdType for extraction to define which region the document being extracted is from.
| IdRegion | ( | String | regionName, |
| String | subProjectName | ||
| ) |
| String getRegionName | ( | ) |
Get the corresponding project name for this region
IdRegion.US.getRegionName() // returns "USIDs"
| String getSubProjectName | ( | ) |
Get the corresponding sub project name for this region
IdRegion.US.getSubProjectName() // returns "United States"
|
static |
|
static |
| String _regionName |
| String _subProjectName |
| AFRICA =("AfricanIDs", "Africa") |
| ASIA =("AsianIDs", "Asia") |
| AUSTRALIA =("AustralianIDs", "Australia") |
| CANADA =("CanadianIDs", "Canada") |
| COMBINED =("CombinedIDs", null) |
| EUROPE =("EuropeanIDs", "Europe") |
| LATIN_AMERICA =("LatinAmericanIDs", "Latin America") |
| US =("USIDs", "United States") |