Class Denoise
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.Denoise
-
public class Denoise extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Get 音频降噪强度,可选项: 1.voidsetType(String Type)Set 音频降噪强度,可选项: 1.voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Denoise
public Denoise()
-
Denoise
public Denoise(Denoise 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.
-
-
Method Detail
-
getType
public String getType()
Get 音频降噪强度,可选项: 1. weak 2.normal, 3.strong 默认为weak- Returns:
- Type 音频降噪强度,可选项: 1. weak 2.normal, 3.strong 默认为weak
-
setType
public void setType(String Type)
Set 音频降噪强度,可选项: 1. weak 2.normal, 3.strong 默认为weak- Parameters:
Type- 音频降噪强度,可选项: 1. weak 2.normal, 3.strong 默认为weak
-
-