类 BaseConfig
- java.lang.Object
-
- com.aispeech.lite.base.BaseConfig
-
- 直接已知子类:
AICloudASRConfig
,AICloudASRSentenceConfig
,AICloudDMConfig
,AICloudLASRConfig
,AICloudTTSConfig
,AIEchoConfig
,AIFespCarConfig
,AILocalASRConfig
,AILocalHotWordConfig
,AILocalSemanticConfig
,AILocalTTSConfig
,AILocalVadConfig
,AIWakeupConfig
,EchoConfig
public class BaseConfig extends java.lang.Object
Description: 所有config的基类 用于实现一些通用的配置 Author: junlong.huang CreateTime: 2023/2/15
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
BaseConfig.Builder
-
字段概要
字段 修饰符和类型 字段 说明 protected java.lang.String
tagSuffix
当前tag后缀,用于区分当前引擎实例用途
-
构造器概要
构造器 构造器 说明 BaseConfig()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.String
getTagSuffix()
void
setTagSuffix(java.lang.String tagSuffix)
设置引擎实例tag后缀,用于区分不同场景
-