Uses of Class
com.tencentcloudapi.gme.v20180711.models.RealtimeSpeechConf
-
Packages that use RealtimeSpeechConf Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of RealtimeSpeechConf in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return RealtimeSpeechConf Modifier and Type Method Description RealtimeSpeechConfCreateAppRequest. getRealtimeSpeechConf()Get 实时语音服务配置数据RealtimeSpeechConfCreateAppResp. getRealtimeSpeechConf()Get 实时语音服务配置数据Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type RealtimeSpeechConf Modifier and Type Method Description voidCreateAppRequest. setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)Set 实时语音服务配置数据voidCreateAppResp. setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)Set 实时语音服务配置数据Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type RealtimeSpeechConf Constructor Description 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.
-