public class ImageEraseLogoConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ImageEraseLogoConfig() | 
| ImageEraseLogoConfig(ImageEraseLogoConfig 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[] | getDetectTypes()Get 图片框选区域类型,可选值:
logo:图标;
text:文字;
注意:此字段可能返回 null,表示取不到有效值。 | 
| ImageAreaBoxInfo[] | getImageAreaBoxes()Get 需要擦除的多个框选区域,最多开启16个区域。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSwitch()Get 能力配置开关,可选值:
ON:开启;
OFF:关闭。
默认值:ON。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDetectTypes(String[] DetectTypes)Set 图片框选区域类型,可选值:
logo:图标;
text:文字;
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setImageAreaBoxes(ImageAreaBoxInfo[] ImageAreaBoxes)Set 需要擦除的多个框选区域,最多开启16个区域。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSwitch(String Switch)Set 能力配置开关,可选值:
ON:开启;
OFF:关闭。
默认值:ON。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageEraseLogoConfig()
public ImageEraseLogoConfig(ImageEraseLogoConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - 能力配置开关,可选值:
public ImageAreaBoxInfo[] getImageAreaBoxes()
public void setImageAreaBoxes(ImageAreaBoxInfo[] ImageAreaBoxes)
ImageAreaBoxes - 需要擦除的多个框选区域,最多开启16个区域。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。public String[] getDetectTypes()
public void setDetectTypes(String[] DetectTypes)
DetectTypes - 图片框选区域类型,可选值:
Copyright © 2025. All rights reserved.