This class will do some optional post-processing for the transcribed text, including figuring out the voice commands and modifying the output text to include symbols corresponding to the commands inputted.
public class CommandsInterpreter : ICommandsInterpreter
Voice commands include "New Line", "Comma", "Enter", "Dot", "Question Mark", and "Double Quotes".
As a test, during transcribing session, say "new line" to actually get a new line in the text transcribed.