Provides functionalities to transcribe audio using the speech recognition engine.
public class SpeechRecognizer : IDisposable
It represents a transcribing session. Once the job is completed it has to be disposed.
The engine can be shared with multiple SpeechRecognizer instances.