startASRCaption abstract method

Future<VoidResult> startASRCaption(
  1. NEASRCaptionConfig config
)

Starts ASR (speech-to-text) captioning with the given config.

Not supported on Windows/macOS. Returns an unsupported result on desktop runtimes.

Implementation

Future<VoidResult> startASRCaption(NEASRCaptionConfig config);