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[]Returns the maximum time needed for a license update (in seconds).booleanvoidsetBlackList(JSONObject blackList) Installing a configuration JSOObject instance for the functionality checking data with a blacklistvoidsetDelayedNNLoad(boolean delayedNNLoad) voidsetLicenseUpdate(boolean isLicenseUpdate) voidsetLicenseUpdateTimeout(Double licenseUpdateTimeout) Allows you to configure the maximum time needed for a license update (in seconds).
-
Method Details
-
getCustomDbPath
-
getCustomDb
public byte[] getCustomDb() -
isDelayedNNLoad
public boolean isDelayedNNLoad() -
setDelayedNNLoad
public void setDelayedNNLoad(boolean delayedNNLoad) -
setLicenseUpdateTimeout
Allows you to configure the maximum time needed for a license update (in seconds).- Parameters:
licenseUpdateTimeout-
-
getLicenseUpdateTimeout
Returns the maximum time needed for a license update (in seconds). -
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
-