stopASR abstract method

Future<int?> stopASR()

关闭语音识别服务

返回值:

  • 0:调用成功;
  • <0:调用失败,具体原因参看 ReturnStatus

Implementation

Future<int?> stopASR();