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 Specifies the privacy protection removal method. 
 | 
String[] | 
getPrivacyTargets()
Get Privacy protection objective. 
 | 
void | 
setPrivacyModel(String PrivacyModel)
Set Specifies the privacy protection removal method. 
 | 
void | 
setPrivacyTargets(String[] PrivacyTargets)
Set Privacy protection objective. 
 | 
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 - Specifies the privacy protection removal method.
-Blur: specifies the blur detection.
-Specifies the mosaic.public String[] getPrivacyTargets()
public void setPrivacyTargets(String[] PrivacyTargets)
PrivacyTargets - Privacy protection objective. no need to import an array when in use on API Explorer. just add the corresponding item and fill in the value.
-Human face.
-License plate.Copyright © 2025. All rights reserved.