类 Engines
- java.lang.Object
-
- com.aispeech.lite.Engines
-
public class Engines extends java.lang.Object
Description: 引擎标识类,按位标识,使用int方便配置多模块,& 和 | 操作简单 Author: junlong.huang CreateTime: 2022/8/22
-
-
构造器概要
构造器 构造器 说明 Engines()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static boolean
isSavingEngineAudioEnable(int engine)
判断改引擎是否开启了音频保存Engines
-
-
-
字段详细资料
-
VAD
public static final int VAD
- 另请参阅:
- 常量字段值
-
ECHO
public static final int ECHO
- 另请参阅:
- 常量字段值
-
LOCAL_ASR
public static final int LOCAL_ASR
- 另请参阅:
- 常量字段值
-
CLOUD_ASR
public static final int CLOUD_ASR
- 另请参阅:
- 常量字段值
-
CLOUD_TTS
public static final int CLOUD_TTS
- 另请参阅:
- 常量字段值
-
CLOUD_SEMANTIC
public static final int CLOUD_SEMANTIC
- 另请参阅:
- 常量字段值
-
VPRINT
public static final int VPRINT
- 另请参阅:
- 常量字段值
-
FESP
public static final int FESP
- 另请参阅:
- 常量字段值
-
DMASP
public static final int DMASP
- 另请参阅:
- 常量字段值
-
WAKEUP
public static final int WAKEUP
- 另请参阅:
- 常量字段值
-
DDS_DMS
public static final int DDS_DMS
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
isSavingEngineAudioEnable
public static boolean isSavingEngineAudioEnable(int engine)
判断改引擎是否开启了音频保存Engines
- 参数:
engine
-
-
-