Class AsrConf

    • Constructor Detail

      • AsrConf

        public AsrConf()
      • AsrConf

        public AsrConf​(AsrConf 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