public class VoiceConfigureInfo extends AbstractModel
skipSign
Constructor and Description |
---|
VoiceConfigureInfo() |
VoiceConfigureInfo(VoiceConfigureInfo 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 |
getSwitch()
Get 音频(静音、低音、爆音)检测开关,可选值:
ON:开启;
OFF:关闭。
|
void |
setSwitch(String Switch)
Set 音频(静音、低音、爆音)检测开关,可选值:
ON:开启;
OFF:关闭。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VoiceConfigureInfo()
public VoiceConfigureInfo(VoiceConfigureInfo source)
Copyright © 2023. All rights reserved.