public class RealtimeSpeechConf extends AbstractModel
header, skipSign
Constructor and Description |
---|
RealtimeSpeechConf() |
RealtimeSpeechConf(RealtimeSpeechConf 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 |
getQuality()
Get 实时语音音质类型,取值:high-高音质 ordinary-普通音质
|
String |
getStatus()
Get 实时语音服务开关,取值:open/close
|
void |
setQuality(String Quality)
Set 实时语音音质类型,取值:high-高音质 ordinary-普通音质
|
void |
setStatus(String Status)
Set 实时语音服务开关,取值:open/close
|
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, toJsonString
public RealtimeSpeechConf()
public RealtimeSpeechConf(RealtimeSpeechConf source)
public String getStatus()
public void setStatus(String Status)
Status
- 实时语音服务开关,取值:open/closepublic String getQuality()
public void setQuality(String Quality)
Quality
- 实时语音音质类型,取值:high-高音质 ordinary-普通音质Copyright © 2024. All rights reserved.