Class RealtimeSpeechConf

    • 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-普通音质