public class CreatePersonResponse extends AbstractModel
Constructor and Description |
---|
CreatePersonResponse() |
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 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 © 2020. All rights reserved.