public class FaceResult extends AbstractModel
Constructor and Description |
---|
FaceResult() |
FaceResult(FaceResult 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 候选人列表。当前返回相似度最高的候选人。
|
FaceRect |
getFaceRect()
Get 检测出的人脸框位置。
|
void |
setCandidates(Candidate[] Candidates)
Set 候选人列表。当前返回相似度最高的候选人。
|
void |
setFaceRect(FaceRect FaceRect)
Set 检测出的人脸框位置。
|
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 FaceResult()
public FaceResult(FaceResult source)
public FaceRect getFaceRect()
public void setFaceRect(FaceRect FaceRect)
FaceRect
- 检测出的人脸框位置。public Candidate[] getCandidates()
public void setCandidates(Candidate[] Candidates)
Candidates
- 候选人列表。当前返回相似度最高的候选人。Copyright © 2021. All rights reserved.