Class BaseDocReaderConfig
java.lang.Object
LicenseConfig
com.regula.documentreader.api.params.BaseDocReaderConfig
- Direct Known Subclasses:
BleDeviceConfig,DocReaderConfig
public abstract class BaseDocReaderConfig
extends LicenseConfig
Class contains base document reader configurations
-
Method Summary
Modifier and TypeMethodDescriptionJSONObjectReturn black list as JSONObjectbyte[]booleanvoidsetBlackList(JSONObject blackList) Installing a configuration JSOObject instance for the functionality checking data with a blacklistvoidsetDelayedNNLoad(boolean delayedNNLoad) voidsetLicenseUpdate(boolean isLicenseUpdate)
-
Method Details
-
getCustomDbPath
-
getCustomDb
public byte[] getCustomDb() -
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
-
getApiVersion
-
setLicenseUpdate
public void setLicenseUpdate(boolean isLicenseUpdate) -
isLicenseUpdate
-