public class Face extends AbstractModel
Constructor and Description |
---|
Face() |
Face(Face 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 |
getFaceUrl()
Get 人脸图片 URL
|
String |
getPersonId()
Get 人员唯一标识符
|
void |
setFaceId(String FaceId)
Set 人脸唯一标识符
|
void |
setFaceUrl(String FaceUrl)
Set 人脸图片 URL
|
void |
setPersonId(String PersonId)
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 Face()
public Face(Face source)
public String getFaceId()
public void setFaceId(String FaceId)
FaceId
- 人脸唯一标识符public String getFaceUrl()
public void setFaceUrl(String FaceUrl)
FaceUrl
- 人脸图片 URLpublic String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 人员唯一标识符Copyright © 2022. All rights reserved.