A function that converts speech to text.
typedef SpeechToTextConverter = Stream<String> Function(XFile file);