1 type derived from Grammar
System.Speech (1)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (1)
94public partial class DictationGrammar : System.Speech.Recognition.Grammar
11 references to Grammar
System.Speech (11)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (11)
144public static System.Speech.Recognition.Grammar LoadLocalizedGrammarFromType(System.Type type, params object[] onInitParameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 190public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 229public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 346public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 372public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 373public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 390public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 410public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 435public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 436public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 441public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }