public class ImageBlur extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageBlur() |
ImageBlur(ImageBlur 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 |
---|---|
Long |
getRadius()
Get 模糊半径,取值范围为1 - 50。当 Type 取值为 Gaussian 时此字段有效。
|
Long |
getSigma()
Get 正态分布的标准差,必须大于0。当 Type 取值为 Gaussian 时此字段有效。
|
String |
getType()
Get 图片模糊的操作类型。可选模式有:
Gaussian : 高斯模糊。
|
void |
setRadius(Long Radius)
Set 模糊半径,取值范围为1 - 50。当 Type 取值为 Gaussian 时此字段有效。
|
void |
setSigma(Long Sigma)
Set 正态分布的标准差,必须大于0。当 Type 取值为 Gaussian 时此字段有效。
|
void |
setType(String Type)
Set 图片模糊的操作类型。可选模式有:
Gaussian : 高斯模糊。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageBlur()
public ImageBlur(ImageBlur source)
public String getType()
public void setType(String Type)
Type
- 图片模糊的操作类型。可选模式有:
public Long getRadius()
public void setRadius(Long Radius)
Radius
- 模糊半径,取值范围为1 - 50。当 Type 取值为 Gaussian 时此字段有效。public Long getSigma()
public void setSigma(Long Sigma)
Sigma
- 正态分布的标准差,必须大于0。当 Type 取值为 Gaussian 时此字段有效。Copyright © 2024. All rights reserved.