toggle menu
Android-CallLib-SDK
5.32.0
io.rong.calllib
switch theme
search in API
Android-CallLib-SDK
/
io.rong.calllib
/
IRongCallASRListener
IRong
Call
ASRListener
public
interface
IRongCallASRListener
语音识别事件回调
Members
Functions
on
ASRError
Link copied to clipboard
public
abstract
void
onASRError
(
int errorCode
)
语音识别错误回调通知
on
Receive
ASRContent
Link copied to clipboard
public
abstract
void
onReceiveASRContent
(
RCRTCASRContent asrContent
)
语音识别回调通知
on
Receive
Realtime
Translation
Content
Link copied to clipboard
public
abstract
void
onReceiveRealtimeTranslationContent
(
RCRTCRealtimeTranslationContent content
)
语音翻译结果回调通知
on
Receive
Start
ASR
Link copied to clipboard
public
abstract
void
onReceiveStartASR
(
)
语音识别服务开启回调通知
on
Receive
Stop
ASR
Link copied to clipboard
public
abstract
void
onReceiveStopASR
(
)
语音识别服务关闭回调通知