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, toJsonStringpublic RealtimeSpeechConf()
public RealtimeSpeechConf(RealtimeSpeechConf source)
public String getStatus()
public void setStatus(String Status)
Status - Voice Chat status. Valid values: `open`, `close`.public String getQuality()
public void setQuality(String Quality)
Quality - Voice Chat sound quality. Valid value: `high`.Copyright © 2023. All rights reserved.