Class FaceApiParams.Search
- java.lang.Object
-
- com.regula.documentreader.api.params.FaceApiParams.Search
-
- Enclosing class:
- FaceApiParams
public static class FaceApiParams.Search extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Search()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fromJson(JSONObject object)
int[]
getGroupIds()
int
getLimit()
float
getThreshold()
void
setGroupIds(int[] groupIds)
void
setLimit(int limit)
void
setThreshold(float threshold)
JSONObject
toJsonObject()
-
-
-
Method Detail
-
getLimit
public int getLimit()
-
setLimit
public void setLimit(int limit)
-
getThreshold
public float getThreshold()
-
setThreshold
public void setThreshold(float threshold)
-
getGroupIds
public int[] getGroupIds()
-
setGroupIds
public void setGroupIds(int[] groupIds)
-
toJsonObject
public JSONObject toJsonObject()
-
fromJson
public void fromJson(JSONObject object)
-
-