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 The radius of the blur.
|
Long |
getSigma()
Get The standard deviation of the Gaussian distribution, which must be greater than 0.
|
String |
getType()
Get The blur type.
|
void |
setRadius(Long Radius)
Set The radius of the blur.
|
void |
setSigma(Long Sigma)
Set The standard deviation of the Gaussian distribution, which must be greater than 0.
|
void |
setType(String Type)
Set The blur type.
|
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
- The blur type. Valid values:
public Long getRadius()
public void setRadius(Long Radius)
Radius
- The radius of the blur. Value range: 1-50. This parameter is valid if `Type` is `Gaussian`.public Long getSigma()
public void setSigma(Long Sigma)
Sigma
- The standard deviation of the Gaussian distribution, which must be greater than 0. This parameter is valid if `Type` is `Gaussian`.Copyright © 2024. All rights reserved.