Class FaceApiParams
java.lang.Object
com.regula.documentreader.api.params.FaceApiParams
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FaceApiParams
fromJson
(JSONObject object) FaceCreate
getMode()
getProxy()
int
int
getUrl()
void
setFaceCreate
(FaceCreate faceCreate) 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
-
getFaceCreate
public FaceCreate getFaceCreate() -
setFaceCreate
public void setFaceCreate(FaceCreate faceCreate) -
toJsonObject
public JSONObject toJsonObject() -
fromJson
-