SpeechToTextConverter typedef

SpeechToTextConverter = Stream<String> Function(XFile file)

A function that converts speech to text.

Implementation

typedef SpeechToTextConverter = Stream<String> Function(XFile file);