Class AiSampleFaceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiSampleFaceInfo
-
public class AiSampleFaceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFaceId()Get 人脸图片 ID。StringgetUrl()Get 人脸图片地址。voidsetFaceId(String FaceId)Set 人脸图片 ID。voidsetUrl(String Url)Set 人脸图片地址。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AiSampleFaceInfo
public AiSampleFaceInfo()
-
AiSampleFaceInfo
public 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.
-
-
Method Detail
-
getFaceId
public String getFaceId()
Get 人脸图片 ID。- Returns:
- FaceId 人脸图片 ID。
-
setFaceId
public void setFaceId(String FaceId)
Set 人脸图片 ID。- Parameters:
FaceId- 人脸图片 ID。
-
getUrl
public String getUrl()
Get 人脸图片地址。- Returns:
- Url 人脸图片地址。
-
setUrl
public void setUrl(String Url)
Set 人脸图片地址。- Parameters:
Url- 人脸图片地址。
-
-