public class GroupCandidate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GroupCandidate() | 
| GroupCandidate(GroupCandidate source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Candidate[] | getCandidates()Get 识别出的最相似候选人。 | 
| String | getGroupId()Get 人员库ID 。 | 
| void | setCandidates(Candidate[] Candidates)Set 识别出的最相似候选人。 | 
| void | setGroupId(String GroupId)Set 人员库ID 。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GroupCandidate()
public GroupCandidate(GroupCandidate source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 人员库ID 。public Candidate[] getCandidates()
public void setCandidates(Candidate[] Candidates)
Candidates - 识别出的最相似候选人。Copyright © 2025. All rights reserved.