public class ColorEnhance extends AbstractModel
| Constructor and Description |
|---|
ColorEnhance() |
ColorEnhance(ColorEnhance 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 |
getType()
Get 颜色增强类型,可选项:
1.
|
void |
setType(String Type)
Set 颜色增强类型,可选项:
1.
|
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, toJsonStringpublic ColorEnhance()
public ColorEnhance(ColorEnhance source)
public String getType()
public void setType(String Type)
Type - 颜色增强类型,可选项:
1. tra;
2. weak;
3. normal;
4. strong;
注意:tra不支持自适应调整,处理速度更快;weak,normal,strong支持基于画面颜色自适应,处理速度更慢。Copyright © 2022. All rights reserved.