public class ArtifactReduction extends AbstractModel
Constructor and Description |
---|
ArtifactReduction() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Get 去毛刺算法,可选项:
edaf,
wdaf,
默认edaf。
注意:edaf:速度快,去毛刺效果强,保护边缘效果较弱;
wdaf:速度慢,保护边缘效果好
|
String |
getType()
Get 去毛刺方式:weak,,strong
|
void |
setAlgorithm(String Algorithm)
Set 去毛刺算法,可选项:
edaf,
wdaf,
默认edaf。
注意:edaf:速度快,去毛刺效果强,保护边缘效果较弱;
wdaf:速度慢,保护边缘效果好
|
void |
setType(String Type)
Set 去毛刺方式:weak,,strong
|
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 String getType()
public void setType(String Type)
Type
- 去毛刺方式:weak,,strongpublic String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- 去毛刺算法,可选项:
edaf,
wdaf,
默认edaf。
注意:edaf:速度快,去毛刺效果强,保护边缘效果较弱;
wdaf:速度慢,保护边缘效果好Copyright © 2020. All rights reserved.