public class RealtimeSpeechConf extends AbstractModel
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 Voice chat sound quality.
|
String |
getStatus()
Get Voice chat status.
|
void |
setQuality(String Quality)
Set Voice chat sound quality.
|
void |
setStatus(String Status)
Set Voice chat status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RealtimeSpeechConf()
public RealtimeSpeechConf(RealtimeSpeechConf source)
public String getStatus()
public void setStatus(String Status)
Status
- Voice chat status. Valid values: open, closepublic String getQuality()
public void setQuality(String Quality)
Quality
- Voice chat sound quality. Valid value: `high`Copyright © 2022. All rights reserved.