public class CreatePersonResponse extends AbstractModel
Constructor and Description |
---|
CreatePersonResponse() |
CreatePersonResponse(CreatePersonResponse 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 |
---|---|
String |
getFaceId()
Get 人脸图片唯一标识。
|
String |
getFaceModelVersion()
Get 人脸识别所用的算法模型版本。
|
FaceRect |
getFaceRect()
Get 检测出的人脸框的位置。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getSimilarPersonId()
Get 疑似同一人的PersonId。
当 UniquePersonControl 参数不为0且人员库中有疑似的同一人,此参数才有意义。
|
void |
setFaceId(String FaceId)
Set 人脸图片唯一标识。
|
void |
setFaceModelVersion(String FaceModelVersion)
Set 人脸识别所用的算法模型版本。
|
void |
setFaceRect(FaceRect FaceRect)
Set 检测出的人脸框的位置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSimilarPersonId(String SimilarPersonId)
Set 疑似同一人的PersonId。
当 UniquePersonControl 参数不为0且人员库中有疑似的同一人,此参数才有意义。
|
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 CreatePersonResponse()
public CreatePersonResponse(CreatePersonResponse source)
public String getFaceId()
public void setFaceId(String FaceId)
FaceId
- 人脸图片唯一标识。public FaceRect getFaceRect()
public void setFaceRect(FaceRect FaceRect)
FaceRect
- 检测出的人脸框的位置。
注意:此字段可能返回 null,表示取不到有效值。public String getSimilarPersonId()
public void setSimilarPersonId(String SimilarPersonId)
SimilarPersonId
- 疑似同一人的PersonId。
当 UniquePersonControl 参数不为0且人员库中有疑似的同一人,此参数才有意义。public String getFaceModelVersion()
public void setFaceModelVersion(String FaceModelVersion)
FaceModelVersion
- 人脸识别所用的算法模型版本。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.