This function will accept speech results and convert to appropriate string, including any commands to symbols conversion.
public string PostProcessCommands(
SpeechRecognitionResult result
)
result
The speech result to process.
This is internally implemented and can be used as is.