public class ResultsReturnsByGroup extends AbstractModel
| Constructor and Description |
|---|
ResultsReturnsByGroup() |
ResultsReturnsByGroup(ResultsReturnsByGroup 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 |
|---|---|
FaceRect |
getFaceRect()
Get 检测出的人脸框位置。
|
GroupCandidate[] |
getGroupCandidates()
Get 识别结果。
|
Long |
getRetCode()
Get 检测出的人脸图片状态返回码。0 表示正常。
-1601代表不符合图片质量控制要求,此时Candidate内容为空。
|
void |
setFaceRect(FaceRect FaceRect)
Set 检测出的人脸框位置。
|
void |
setGroupCandidates(GroupCandidate[] GroupCandidates)
Set 识别结果。
|
void |
setRetCode(Long RetCode)
Set 检测出的人脸图片状态返回码。0 表示正常。
-1601代表不符合图片质量控制要求,此时Candidate内容为空。
|
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, toJsonStringpublic ResultsReturnsByGroup()
public ResultsReturnsByGroup(ResultsReturnsByGroup source)
public FaceRect getFaceRect()
public void setFaceRect(FaceRect FaceRect)
FaceRect - 检测出的人脸框位置。public GroupCandidate[] getGroupCandidates()
public void setGroupCandidates(GroupCandidate[] GroupCandidates)
GroupCandidates - 识别结果。public Long getRetCode()
public void setRetCode(Long RetCode)
RetCode - 检测出的人脸图片状态返回码。0 表示正常。
-1601代表不符合图片质量控制要求,此时Candidate内容为空。Copyright © 2021. All rights reserved.