Class RealtimeSpeechConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.RealtimeSpeechConf
-
public class RealtimeSpeechConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQuality()Get 实时语音音质类型,取值:high-高音质 ordinary-普通音质StringgetStatus()Get 实时语音服务开关,取值:open/closevoidsetQuality(String Quality)Set 实时语音音质类型,取值:high-高音质 ordinary-普通音质voidsetStatus(String Status)Set 实时语音服务开关,取值:open/closevoidtoMap(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
-
RealtimeSpeechConf
public RealtimeSpeechConf()
-
RealtimeSpeechConf
public 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.
-
-
Method Detail
-
getStatus
public String getStatus()
Get 实时语音服务开关,取值:open/close- Returns:
- Status 实时语音服务开关,取值:open/close
-
setStatus
public void setStatus(String Status)
Set 实时语音服务开关,取值:open/close- Parameters:
Status- 实时语音服务开关,取值:open/close
-
getQuality
public String getQuality()
Get 实时语音音质类型,取值:high-高音质 ordinary-普通音质- Returns:
- Quality 实时语音音质类型,取值:high-高音质 ordinary-普通音质
-
setQuality
public void setQuality(String Quality)
Set 实时语音音质类型,取值:high-高音质 ordinary-普通音质- Parameters:
Quality- 实时语音音质类型,取值:high-高音质 ordinary-普通音质
-
-