#define Use_MicrosoftSpeech #if Use_MicrosoftSpeech || Use_SystemSpeech #if Use_MicrosoftSpeech using Microsoft.Speech.Recognition; #elif Use_SystemSpeech using System.Speech.Recognition; #endif namespace MMFrame.Media { /// <summary> /// é³å£°èªèã«é¢ããã¯ã©ã¹ /// </summary> public static class SpeechRecognition { /// <summary> /// é³å£°èªèã¨ã³ã¸ã³ãè¨å®ãåå¾ãã¾ãã /// </summary> public static SpeechRecognitionEngine Engi
{{#tags}}- {{label}}
{{/tags}}