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