public class MediaPreprocessOperation extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getArgs()
Get 预处理操作参数。
当 Type 取值 ImageTextMask 时,参数为要保留的文字。
|
String |
getType()
Get 预处理操作的类型,取值范围:
ImageTextMask:图片文字遮罩。
|
void |
setArgs(String[] Args)
Set 预处理操作参数。
当 Type 取值 ImageTextMask 时,参数为要保留的文字。
|
void |
setType(String Type)
Set 预处理操作的类型,取值范围:
ImageTextMask:图片文字遮罩。
|
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 MediaPreprocessOperation()
public MediaPreprocessOperation(MediaPreprocessOperation source)
public String getType()
public void setType(String Type)
Type
- 预处理操作的类型,取值范围:
public String[] getArgs()
public void setArgs(String[] Args)
Args
- 预处理操作参数。
当 Type 取值 ImageTextMask 时,参数为要保留的文字。Copyright © 2023. All rights reserved.