Class MediaPreprocessOperation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaPreprocessOperation
-
public class MediaPreprocessOperation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MediaPreprocessOperation()MediaPreprocessOperation(MediaPreprocessOperation 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 String[]getArgs()Get 预处理操作参数。 当 Type 取值 ImageTextMask 时,参数为要保留的文字。StringgetType()Get 预处理操作的类型,取值范围: ImageTextMask:图片文字遮罩。voidsetArgs(String[] Args)Set 预处理操作参数。 当 Type 取值 ImageTextMask 时,参数为要保留的文字。voidsetType(String Type)Set 预处理操作的类型,取值范围: ImageTextMask:图片文字遮罩。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
-
MediaPreprocessOperation
public MediaPreprocessOperation()
-
MediaPreprocessOperation
public MediaPreprocessOperation(MediaPreprocessOperation 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
-
getType
public String getType()
Get 预处理操作的类型,取值范围:- ImageTextMask:图片文字遮罩。
- Returns:
- Type 预处理操作的类型,取值范围:
- ImageTextMask:图片文字遮罩。
-
setType
public void setType(String Type)
Set 预处理操作的类型,取值范围:- ImageTextMask:图片文字遮罩。
- Parameters:
Type- 预处理操作的类型,取值范围:- ImageTextMask:图片文字遮罩。
-
getArgs
public String[] getArgs()
Get 预处理操作参数。 当 Type 取值 ImageTextMask 时,参数为要保留的文字。- Returns:
- Args 预处理操作参数。 当 Type 取值 ImageTextMask 时,参数为要保留的文字。
-
setArgs
public void setArgs(String[] Args)
Set 预处理操作参数。 当 Type 取值 ImageTextMask 时,参数为要保留的文字。- Parameters:
Args- 预处理操作参数。 当 Type 取值 ImageTextMask 时,参数为要保留的文字。
-
-