public class SmartErasePrivacyConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SmartErasePrivacyConfig() | 
| SmartErasePrivacyConfig(SmartErasePrivacyConfig 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 | getPrivacyModel()Get 隐私保护擦除方式。
- blur 模糊
- mosaic 马赛克 | 
| String[] | getPrivacyTargets()Get 隐私保护目标,(在API Explorer上使用时无需传入数组,添加相应项并填入对应值即可)。
- face 人脸
- plate 车牌 | 
| void | setPrivacyModel(String PrivacyModel)Set 隐私保护擦除方式。
- blur 模糊
- mosaic 马赛克 | 
| void | setPrivacyTargets(String[] PrivacyTargets)Set 隐私保护目标,(在API Explorer上使用时无需传入数组,添加相应项并填入对应值即可)。
- face 人脸
- plate 车牌 | 
| 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 SmartErasePrivacyConfig()
public SmartErasePrivacyConfig(SmartErasePrivacyConfig source)
public String getPrivacyModel()
public void setPrivacyModel(String PrivacyModel)
PrivacyModel - 隐私保护擦除方式。
- blur 模糊
- mosaic 马赛克public String[] getPrivacyTargets()
public void setPrivacyTargets(String[] PrivacyTargets)
PrivacyTargets - 隐私保护目标,(在API Explorer上使用时无需传入数组,添加相应项并填入对应值即可)。
- face 人脸
- plate 车牌Copyright © 2025. All rights reserved.