public class NaviTTSType
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CUSTOM_TTS_TEXT
自定义语音播报
Custom voice broadcast |
static int |
INTERRUPT_CURRENT
打断当前播报
Interrupt current broadcast. |
static int |
NAVI_END_TEXT
导航结束信息播报
Navigation end information broadcast |
static int |
NAVI_START_TEXT
导航开始信息播报
Navigation start information broadcast |
static int |
NAVI_YAW
导航偏航提示播报
Navigation yaw prompt broadcast |
static int |
NAVIINFO_TEXT
导航中引导信息播报
Navigation guidance information broadcast |
public static final int NAVIINFO_TEXT
public static final int NAVI_START_TEXT
public static final int NAVI_END_TEXT
public static final int CUSTOM_TTS_TEXT
public static final int INTERRUPT_CURRENT
注:收到该类型时,表明后续会有较高优先级的播报,建议立即打断当前播报,清空播报队列
Note: When receiving this type, it indicates that there will be higher priority broadcasts subsequently. It is recommended to immediately interrupt the current broadcast and clear the broadcast queue
public static final int NAVI_YAW