Class FaceApiParams
java.lang.Object
com.regula.documentreader.api.params.FaceApiParams
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FaceApiParams
fromJson
(JSONObject object) getMode()
getProxy()
int
int
getUrl()
void
void
void
setProxyType
(Integer proxyType) void
setProxyUserPwd
(String proxyUserPwd) void
setSearch
(FaceApiParams.Search search) void
setServiceTimeout
(int serviceTimeout) void
setThreshold
(int threshold) void
JSONObject
-
Constructor Details
-
FaceApiParams
public FaceApiParams()
-
-
Method Details
-
getUrl
-
setUrl
-
getMode
-
setMode
-
getSearch
-
setSearch
-
getThreshold
public int getThreshold() -
setThreshold
public void setThreshold(int threshold) -
getServiceTimeout
public int getServiceTimeout() -
setServiceTimeout
public void setServiceTimeout(int serviceTimeout) -
getProxy
-
setProxy
-
getProxyUserPwd
-
setProxyUserPwd
-
getProxyType
-
setProxyType
-
toJsonObject
public JSONObject toJsonObject() -
fromJson
-