使用范围:Native
Contents
class com.justep.cordova.plugin.iFlytek (com.justep.cordova.plugin.iFlytek)
科大讯飞插件 语音听写 语音合成
Constructor Top
iFlytek () |
Static Methods Top
void | cancelListening () | |
void | pauseSpeaking () | |
void | resumeSpeaking () | |
void | startListening (Object options, Function func) | |
void | startSpeaking (String text, Object options) | |
void | stopListening (Function onSuccess, Function onError) | |
void | stopSpeaking () |
Constructor details
Top
public
iFlytek
()
科大讯飞插件 语音听写 语音合成
public
iFlytek
()
科大讯飞插件 语音听写 语音合成
Static Methods Detail Top
static
public
void
cancelListening
()
取消录音
static
public
void
pauseSpeaking
()
暂停语音合成
static
public
void
resumeSpeaking
()
继续语音合成
static
public
void
startListening
(Object options, Function func)
开始录音
static
public
void
startSpeaking
(String text, Object options)
开始语音合成,将文本读出来
static
public
void
stopListening
(Function onSuccess, Function onError)
停止录音,
static
public
void
stopSpeaking
()
停止语音合成