public class AiSampleFaceInfo extends AbstractModel
Constructor and Description |
---|
AiSampleFaceInfo() |
AiSampleFaceInfo(AiSampleFaceInfo 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 人脸图片 ID。
|
String |
getUrl()
Get 人脸图片地址。
|
void |
setFaceId(String FaceId)
Set 人脸图片 ID。
|
void |
setUrl(String Url)
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 AiSampleFaceInfo()
public AiSampleFaceInfo(AiSampleFaceInfo source)
public String getFaceId()
public void setFaceId(String FaceId)
FaceId
- 人脸图片 ID。public String getUrl()
public void setUrl(String Url)
Url
- 人脸图片地址。Copyright © 2022. All rights reserved.