Interface IRongCallASRListener

    • 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 asrContent) 语音识别回调通知
      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 asrContent)

        语音识别回调通知

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

         abstract void onReceiveStopASR()

        语音识别服务关闭回调通知

      • onReceiveStartASR

         abstract void onReceiveStartASR()

        语音识别服务开启回调通知

      • onASRError

         abstract void onASRError(int errorCode)

        语音识别错误回调通知