Microsoft Speech Platform - Runtime ((hot)) Site

// Load a grammar Choices commands = new Choices("open", "close", "save"); GrammarBuilder builder = new GrammarBuilder(commands); Grammar grammar = new Grammar(builder); recognizer.LoadGrammar(grammar);

synthesizer.SpeakAsync($"You said e.Result.Text"); ; microsoft speech platform - runtime

// Set TTS voice synthesizer.SelectVoice("Microsoft Server Speech Text to Speech Voice (en-US, Helen)"); // Load a grammar Choices commands = new