Preparing search index...
The search index is not available
HarmonyNEXT地图SDK
HarmonyNEXT地图SDK
walkridecommon
ITTSPlugin
Interface ITTSPlugin
导航语音TTS播放器接口
interface
ITTSPlugin
{
init
(
)
:
void
;
unInit
(
)
:
void
;
playTTSText
(
speech
,
bPreempt
)
:
number
;
}
Index
Methods
init
un
Init
playTTSText
Methods
init
init
(
)
:
void
Returns
void
un
Init
un
Init
(
)
:
void
Returns
void
playTTSText
playTTSText
(
speech
,
bPreempt
)
:
number
获取导航过程中语音,进行播报
Parameters
speech
:
string
播报语音文本
bPreempt
:
boolean
是否抢占播报
Returns
number
播报状态码
Settings
Theme
OS
Light
Dark
On This Page
init
un
Init
playTTSText
HarmonyNEXT地图SDK
Loading...
导航语音TTS播放器接口