public class CreateFacePictureResponse extends AbstractModel
Constructor and Description |
---|
CreateFacePictureResponse() |
CreateFacePictureResponse(CreateFacePictureResponse 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 |
---|---|
Long |
getPersonId()
Get 人物ID
|
String |
getPictureUrl()
Get 图片url
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getStatus()
Get 0.正常建档 1.重复身份 2.未检测到人脸 3.检测到多个人脸 4.人脸大小过小 5.人脸质量不达标 6.其他错误
|
void |
setPersonId(Long PersonId)
Set 人物ID
|
void |
setPictureUrl(String PictureUrl)
Set 图片url
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setStatus(Long Status)
Set 0.正常建档 1.重复身份 2.未检测到人脸 3.检测到多个人脸 4.人脸大小过小 5.人脸质量不达标 6.其他错误
|
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 CreateFacePictureResponse()
public CreateFacePictureResponse(CreateFacePictureResponse source)
public Long getPersonId()
public void setPersonId(Long PersonId)
PersonId
- 人物IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 0.正常建档 1.重复身份 2.未检测到人脸 3.检测到多个人脸 4.人脸大小过小 5.人脸质量不达标 6.其他错误public String getPictureUrl()
public void setPictureUrl(String PictureUrl)
PictureUrl
- 图片urlpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.