Class FaceApiParams

java.lang.Object
com.regula.documentreader.api.params.FaceApiParams

public class FaceApiParams extends Object
  • Constructor Details

    • FaceApiParams

      public FaceApiParams()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getMode

      public String getMode()
    • setMode

      public void setMode(String mode)
    • getSearch

      public FaceApiParams.Search getSearch()
    • setSearch

      public void setSearch(FaceApiParams.Search search)
    • getThreshold

      public int getThreshold()
    • setThreshold

      public void setThreshold(int threshold)
    • getServiceTimeout

      public int getServiceTimeout()
    • setServiceTimeout

      public void setServiceTimeout(int serviceTimeout)
    • getProxy

      public String getProxy()
    • setProxy

      public void setProxy(String proxy)
    • getProxyUserPwd

      public String getProxyUserPwd()
    • setProxyUserPwd

      public void setProxyUserPwd(String proxyUserPwd)
    • getProxyType

      public Integer getProxyType()
    • setProxyType

      public void setProxyType(Integer proxyType)
    • toJsonObject

      public JSONObject toJsonObject()
    • fromJson

      public static FaceApiParams fromJson(JSONObject object)