startASRCaption abstract method

Future<int> startASRCaption(
  1. NERtcASRCaptionConfig config
)

开启实时字幕 @since V5.8.2303 config ASR字幕配置 @return

  • 0: 方法调用成功
  • 其他: 调用失败

Implementation

Future<int> startASRCaption(NERtcASRCaptionConfig config);