IRongCallASRListener

public interface IRongCallASRListener

语音识别事件回调

Functions

Link copied to clipboard
public abstract void onASRError(int errorCode)
语音识别错误回调通知
Link copied to clipboard
public abstract void onReceiveASRContent(RCRTCASRContent asrContent)
语音识别回调通知
Link copied to clipboard
public abstract void onReceiveRealtimeTranslationContent(RCRTCRealtimeTranslationContent content)
语音翻译结果回调通知
Link copied to clipboard
public abstract void onReceiveStartASR()
语音识别服务开启回调通知
Link copied to clipboard
public abstract void onReceiveStopASR()
语音识别服务关闭回调通知