Class FaceApiParams.Search
java.lang.Object
com.regula.documentreader.api.params.FaceApiParams.Search
- Enclosing class:
FaceApiParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fromJson
(JSONObject object) int[]
int
getLimit()
float
void
setGroupIds
(int[] groupIds) void
setLimit
(int limit) void
setThreshold
(float threshold) JSONObject
-
Constructor Details
-
Search
public Search()
-
-
Method Details
-
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)
-