artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (38)
88public Choices(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
90public void Add(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
92public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
124public Grammar(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
151public GrammarBuilder(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
159public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
160public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
161public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
162public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
163public static System.Speech.Recognition.GrammarBuilder Add(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
165public void Append(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
166public void Append(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
177public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
178public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
179public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
180public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
181public static System.Speech.Recognition.GrammarBuilder operator +(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
182public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
183public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultKey semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
184public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultValue semanticValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
185public static implicit operator System.Speech.Recognition.GrammarBuilder (string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
285public SemanticResultKey(string semanticResultKey, params System.Speech.Recognition.GrammarBuilder[] builders) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
287public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
292public SemanticResultValue(System.Speech.Recognition.GrammarBuilder builder, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
294public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
466public SrgsDocument(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }