Class BaseDocReaderConfig
java.lang.Object
com.regula.documentreader.api.params.BaseDocReaderConfig
- Direct Known Subclasses:
BleDeviceConfig
,DocReaderConfig
Class contains base document reader configurations
-
Method Summary
Modifier and TypeMethodDescriptionJSONObject
Return black list as JSONObjectbyte[]
boolean
void
setBlackList
(JSONObject blackList) Installing a configuration JSOObject instance for the functionality checking data with a blacklistvoid
setDelayedNNLoad
(boolean delayedNNLoad) void
setLicenseUpdate
(boolean isLicenseUpdate)
-
Method Details
-
getCustomDbPath
-
getCustomDb
public byte[] getCustomDb() -
isLicenseUpdate
-
setLicenseUpdate
public void setLicenseUpdate(boolean isLicenseUpdate) -
isDelayedNNLoad
public boolean isDelayedNNLoad() -
setDelayedNNLoad
public void setDelayedNNLoad(boolean delayedNNLoad) -
getBlackList
public JSONObject getBlackList()Return black list as JSONObject- Returns:
- json black list
-
setBlackList
public void setBlackList(JSONObject blackList) Installing a configuration JSOObject instance for the functionality checking data with a blacklist- Parameters:
blackList
- json object
-