Interface IRongASRListener

  • All Implemented Interfaces:

    
    public interface IRongASRListener
    
                        

    Created by RongCloud on 2025/8/8.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onReceiveASRContent(RCRTCASRContent realTimeSubtitle) 收到语音识别回调通知
      abstract void onReceiveStopASR() 收到关闭语音识别回调通知
      abstract void onReceiveStartASR() 收到开启语音识别回调通知
      abstract void onASRError(int errorCode) 语音识别错误回调通知
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onReceiveASRContent

         abstract void onReceiveASRContent(RCRTCASRContent realTimeSubtitle)

        收到语音识别回调通知

        Parameters:
        realTimeSubtitle - 语音识别数据
      • onReceiveStopASR

         abstract void onReceiveStopASR()

        收到关闭语音识别回调通知

      • onReceiveStartASR

         abstract void onReceiveStartASR()

        收到开启语音识别回调通知

      • onASRError

         abstract void onASRError(int errorCode)

        语音识别错误回调通知