Transcribes a media file with audio stream into text.
public SpeechRecognitionResult RecognizeFile(
string file,
SpeechRecognitionProgressCallback callback
)
file
Media file that has audio stream.
callback
Provides information about real-time transcription and progress information.
SpeechRecognitionResult that contains the list of recognized words.