public class CheckSimilarPersonRequest extends AbstractModel
Constructor and Description |
---|
CheckSimilarPersonRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getGroupIds()
Get List of groups to be checked.
|
Long |
getUniquePersonControl()
Get Control over the strictness of duplicate person check.
|
void |
setGroupIds(String[] GroupIds)
Set List of groups to be checked.
|
void |
setUniquePersonControl(Long UniquePersonControl)
Set Control over the strictness of duplicate person check.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds
- List of groups to be checked.
There can be up to 2 million persons in one group and up to 10 groups.public Long getUniquePersonControl()
public void setUniquePersonControl(Long UniquePersonControl)
UniquePersonControl
- Control over the strictness of duplicate person check.
1: archive sorting with high strictness, which can eliminate more duplicate identities but leads to higher false elimination rate for non-duplicate identities.
2: archive sorting with low strictness, which leads to lower false elimination rate for non-duplicate identities and lower elimination rate for duplicate identities.Copyright © 2020. All rights reserved.