Class FaceApiParams
java.lang.Object
com.regula.documentreader.api.params.FaceApiParams
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FaceApiParamsfromJson(JSONObject object) FaceCreategetMode()getProxy()intintgetUrl()voidsetFaceCreate(FaceCreate faceCreate) voidvoidvoidsetProxyType(Integer proxyType) voidsetProxyUserPwd(String proxyUserPwd) voidsetSearch(FaceApiParams.Search search) voidsetServiceTimeout(int serviceTimeout) voidsetThreshold(int threshold) voidJSONObject
-
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
-