Class CheckFacePhotoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.CheckFacePhotoRequest
-
public class CheckFacePhotoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckFacePhotoRequest()CheckFacePhotoRequest(CheckFacePhotoRequest 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 StringgetFileContent()Get 输入分析对象内容StringgetFileType()Get 输入分析对象类型,picture_url:图片地址voidsetFileContent(String FileContent)Set 输入分析对象内容voidsetFileType(String FileType)Set 输入分析对象类型,picture_url:图片地址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
-
CheckFacePhotoRequest
public CheckFacePhotoRequest()
-
CheckFacePhotoRequest
public CheckFacePhotoRequest(CheckFacePhotoRequest 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
-
getFileContent
public String getFileContent()
Get 输入分析对象内容- Returns:
- FileContent 输入分析对象内容
-
setFileContent
public void setFileContent(String FileContent)
Set 输入分析对象内容- Parameters:
FileContent- 输入分析对象内容
-
getFileType
public String getFileType()
Get 输入分析对象类型,picture_url:图片地址- Returns:
- FileType 输入分析对象类型,picture_url:图片地址
-
setFileType
public void setFileType(String FileType)
Set 输入分析对象类型,picture_url:图片地址- Parameters:
FileType- 输入分析对象类型,picture_url:图片地址
-
-