translateAudio method
Translate audio to English text
Throws UnsupportedError if not supported. Check supportedFeatures first.
Implementation
Future<STTResponse> translateAudio(AudioTranslationRequest request) {
throw UnsupportedError('Audio translation not supported by this provider');
}