1 type derived from Grammar
System.Speech (1)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (1)
97
public partial class DictationGrammar : System.Speech.Recognition.
Grammar
11 references to Grammar
System.Speech (11)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (11)
148
public static System.Speech.Recognition.
Grammar
? LoadLocalizedGrammarFromType(System.Type type, params object[]? onInitParameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
194
public System.Speech.Recognition.
Grammar
Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
233
public System.Speech.Recognition.
Grammar
? Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
350
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.
Grammar
> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
376
public void LoadGrammar(System.Speech.Recognition.
Grammar
grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
377
public void LoadGrammarAsync(System.Speech.Recognition.
Grammar
grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
394
public void UnloadGrammar(System.Speech.Recognition.
Grammar
grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
414
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.
Grammar
> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
439
public void LoadGrammar(System.Speech.Recognition.
Grammar
grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
440
public void LoadGrammarAsync(System.Speech.Recognition.
Grammar
grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
445
public void UnloadGrammar(System.Speech.Recognition.
Grammar
grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }