类 SpeechSynthesisSysConfig

java.lang.Object
com.tencent.tts.model.SpeechSynthesisSysConfig

public class SpeechSynthesisSysConfig
extends java.lang.Object
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    static org.apache.http.HttpHost HostProxy
    代理
    static org.apache.http.impl.client.CloseableHttpClient httpclient  
    static java.lang.String[] SEPARATOR_CHARS
    对每行文字做分割时的关键字,遇到这里的字符肯定会切分开。
    static int SEPARATOR_LENGTH_LIMIT
    每次发出请求时,最多携带的字符数。
    static boolean UseProxy
    是否开启代理
  • 构造器概要

    构造器 
    构造器 说明
    SpeechSynthesisSysConfig()  
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • SEPARATOR_LENGTH_LIMIT

      public static int SEPARATOR_LENGTH_LIMIT
      每次发出请求时,最多携带的字符数。如果一行文字的长度超过此值,则会被截成多条请求发出。
    • SEPARATOR_CHARS

      public static java.lang.String[] SEPARATOR_CHARS
      对每行文字做分割时的关键字,遇到这里的字符肯定会切分开。
    • HostProxy

      public static org.apache.http.HttpHost HostProxy
      代理
    • UseProxy

      public static boolean UseProxy
      是否开启代理
    • httpclient

      public static org.apache.http.impl.client.CloseableHttpClient httpclient
  • 构造器详细资料