speechToText method
Convert speech to text with full configuration support
Throws UnsupportedError if not supported. Check supportedFeatures first.
Implementation
@override
Future<STTResponse> speechToText(STTRequest request) async {
return _audio.speechToText(request);
}