Override this function to provide own command interpretation.
public string PostProcessCommands(
SpeechRecognitionResult result
)
result
The speech result to process.
The easiest way to get started is to get text from result (result.GetText()), then for example replace "New Line" with "\n".