File: artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs
Project: src\src\libraries\System.Speech\src\System.Speech.csproj (System.Speech)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     GenAPI Version: 6.0.3.5205
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace System.Speech.AudioFormat
{
    public enum AudioBitsPerSample
    {
        Eight = 8,
        Sixteen = 16,
    }
    public enum AudioChannel
    {
        Mono = 1,
        Stereo = 2,
    }
    public enum EncodingFormat
    {
        Pcm = 1,
        ALaw = 6,
        ULaw = 7,
    }
    public partial class SpeechAudioFormatInfo
    {
        public SpeechAudioFormatInfo(int samplesPerSecond, System.Speech.AudioFormat.AudioBitsPerSample bitsPerSample, System.Speech.AudioFormat.AudioChannel channel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        public SpeechAudioFormatInfo(System.Speech.AudioFormat.EncodingFormat encodingFormat, int samplesPerSecond, int bitsPerSample, int channelCount, int averageBytesPerSecond, int blockAlign, byte[] formatSpecificData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public int AverageBytesPerSecond { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public int BitsPerSample { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public int BlockAlign { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int ChannelCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.AudioFormat.EncodingFormat EncodingFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int SamplesPerSecond { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public byte[] FormatSpecificData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
}
namespace System.Speech.Recognition
{
    public partial class AudioLevelUpdatedEventArgs : System.EventArgs
    {
        internal AudioLevelUpdatedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum AudioSignalProblem
    {
        None = 0,
        TooNoisy = 1,
        NoSignal = 2,
        TooLoud = 3,
        TooSoft = 4,
        TooFast = 5,
        TooSlow = 6,
    }
    public partial class AudioSignalProblemOccurredEventArgs : System.EventArgs
    {
        internal AudioSignalProblemOccurredEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.AudioSignalProblem AudioSignalProblem { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum AudioState
    {
        Stopped = 0,
        Silence = 1,
        Speech = 2,
    }
    public partial class AudioStateChangedEventArgs : System.EventArgs
    {
        internal AudioStateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class Choices
    {
        public Choices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Choices(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Choices(params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Add(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Add(params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class DictationGrammar : System.Speech.Recognition.Grammar
    {
        public DictationGrammar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public DictationGrammar(string topic) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetDictationContext(string precedingText, string subsequentText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    [System.FlagsAttribute]
    public enum DisplayAttributes
    {
        None = 0,
        ZeroTrailingSpaces = 2,
        OneTrailingSpace = 4,
        TwoTrailingSpaces = 8,
        ConsumeLeadingSpaces = 16,
    }
    public partial class EmulateRecognizeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
    {
        internal EmulateRecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class Grammar
    {
        protected Grammar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(System.IO.Stream stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(System.IO.Stream stream, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(System.IO.Stream stream, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(string path, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Grammar(string path, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        protected internal virtual bool IsStg { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool Loaded { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Priority { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        protected string ResourceName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string RuleName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public float Weight { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public static System.Speech.Recognition.Grammar LoadLocalizedGrammarFromType(System.Type type, params object[] onInitParameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        protected void StgInit(object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class GrammarBuilder
    {
        public GrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public GrammarBuilder(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public GrammarBuilder(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public GrammarBuilder(System.Speech.Recognition.SemanticResultKey key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public GrammarBuilder(System.Speech.Recognition.SemanticResultValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public GrammarBuilder(string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public GrammarBuilder(string phrase, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public GrammarBuilder(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string DebugShowPhrases { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder Add(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(System.Speech.Recognition.SemanticResultKey key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(System.Speech.Recognition.SemanticResultValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(string phrase, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Append(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendDictation() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendDictation(string category) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendRuleReference(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendRuleReference(string path, string rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendWildcard() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Speech.Recognition.GrammarBuilder operator +(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultKey semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultValue semanticValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static implicit operator System.Speech.Recognition.GrammarBuilder (string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class LoadGrammarCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
    {
        internal LoadGrammarCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public abstract partial class RecognitionEventArgs : System.EventArgs
    {
        internal RecognitionEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public sealed partial class RecognitionResult : System.Speech.Recognition.RecognizedPhrase, System.Runtime.Serialization.ISerializable
    {
        internal RecognitionResult() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Alternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.RecognizedAudio Audio { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.RecognizedAudio GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit firstWord, System.Speech.Recognition.RecognizedWordUnit lastWord) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class RecognizeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
    {
        internal RecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool BabbleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool InitialSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool InputStreamEnded { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class RecognizedAudio
    {
        internal RecognizedAudio() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.AudioFormat.SpeechAudioFormatInfo Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.DateTime StartTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.RecognizedAudio GetRange(System.TimeSpan audioPosition, System.TimeSpan duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void WriteToAudioStream(System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void WriteToWaveStream(System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class RecognizedPhrase
    {
        internal RecognizedPhrase() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int HomophoneGroupId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Homophones { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.Collection<System.Speech.Recognition.ReplacementText> ReplacementWordUnits { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.SemanticValue Semantics { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedWordUnit> Words { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Xml.XPath.IXPathNavigable ConstructSmlFromSemantics() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class RecognizedWordUnit
    {
        public RecognizedWordUnit(string text, float confidence, string pronunciation, string lexicalForm, System.Speech.Recognition.DisplayAttributes displayAttributes, System.TimeSpan audioPosition, System.TimeSpan audioDuration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string LexicalForm { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Pronunciation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum RecognizeMode
    {
        Single = 0,
        Multiple = 1,
    }
    public partial class RecognizerInfo : System.IDisposable
    {
        internal RecognizerInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void Dispose() { }
    }
    public enum RecognizerState
    {
        Stopped = 0,
        Listening = 1,
    }
    public partial class RecognizerUpdateReachedEventArgs : System.EventArgs
    {
        internal RecognizerUpdateReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public object UserToken { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial class ReplacementText
    {
        internal ReplacementText() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public int CountOfWords { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int FirstWordIndex { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class SemanticResultKey
    {
        public SemanticResultKey(string semanticResultKey, params System.Speech.Recognition.GrammarBuilder[] builders) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SemanticResultKey(string semanticResultKey, params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SemanticResultValue
    {
        public SemanticResultValue(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SemanticResultValue(System.Speech.Recognition.GrammarBuilder builder, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SemanticResultValue(string phrase, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public sealed partial class SemanticValue : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>>, System.Collections.Generic.IDictionary<string, System.Speech.Recognition.SemanticValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>>, System.Collections.IEnumerable
    {
        public SemanticValue(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SemanticValue(string keyName, object value, float confidence) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.SemanticValue this[string key] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool Contains(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Add(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Remove(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        void System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add(string key, System.Speech.Recognition.SemanticValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Remove(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.TryGetValue(string key, out System.Speech.Recognition.SemanticValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SpeechDetectedEventArgs : System.EventArgs
    {
        internal SpeechDetectedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class SpeechHypothesizedEventArgs : System.Speech.Recognition.RecognitionEventArgs
    {
        internal SpeechHypothesizedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SpeechRecognitionEngine : System.IDisposable
    {
        public SpeechRecognitionEngine() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SpeechRecognitionEngine(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SpeechRecognitionEngine(System.Speech.Recognition.RecognizerInfo recognizerInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SpeechRecognitionEngine(string recognizerId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public System.TimeSpan BabbleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public System.TimeSpan EndSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public System.TimeSpan EndSilenceTimeoutAmbiguous { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public System.TimeSpan InitialSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int MaxAlternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.AudioLevelUpdatedEventArgs> AudioLevelUpdated { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.AudioSignalProblemOccurredEventArgs> AudioSignalProblemOccurred { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.AudioStateChangedEventArgs> AudioStateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.EmulateRecognizeCompletedEventArgs> EmulateRecognizeCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.LoadGrammarCompletedEventArgs> LoadGrammarCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.RecognizeCompletedEventArgs> RecognizeCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechDetectedEventArgs> SpeechDetected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechHypothesizedEventArgs> SpeechHypothesized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechRecognitionRejectedEventArgs> SpeechRecognitionRejected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void Dispose() { }
        protected virtual void Dispose(bool disposing) { }
        public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EmulateRecognizeAsync(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizerInfo> InstalledRecognizers() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public object QueryRecognizerSetting(string settingName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult Recognize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult Recognize(System.TimeSpan initialSilenceTimeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RecognizeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RecognizeAsync(System.Speech.Recognition.RecognizeMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RecognizeAsyncCancel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RecognizeAsyncStop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RequestRecognizerUpdate() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RequestRecognizerUpdate(object userToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetInputToAudioStream(System.IO.Stream audioSource, System.Speech.AudioFormat.SpeechAudioFormatInfo audioFormat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetInputToDefaultAudioDevice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetInputToNull() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetInputToWaveFile(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetInputToWaveStream(System.IO.Stream audioSource) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void UnloadAllGrammars() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void UpdateRecognizerSetting(string settingName, int updatedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void UpdateRecognizerSetting(string settingName, string updatedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SpeechRecognitionRejectedEventArgs : System.Speech.Recognition.RecognitionEventArgs
    {
        internal SpeechRecognitionRejectedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SpeechRecognizedEventArgs : System.Speech.Recognition.RecognitionEventArgs
    {
        internal SpeechRecognizedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SpeechRecognizer : System.IDisposable
    {
        public SpeechRecognizer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int MaxAlternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool PauseRecognizerOnRecognition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.RecognizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.AudioLevelUpdatedEventArgs> AudioLevelUpdated { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.AudioSignalProblemOccurredEventArgs> AudioSignalProblemOccurred { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.AudioStateChangedEventArgs> AudioStateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.EmulateRecognizeCompletedEventArgs> EmulateRecognizeCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.LoadGrammarCompletedEventArgs> LoadGrammarCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechDetectedEventArgs> SpeechDetected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechHypothesizedEventArgs> SpeechHypothesized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechRecognitionRejectedEventArgs> SpeechRecognitionRejected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Recognition.StateChangedEventArgs> StateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void Dispose() { }
        protected virtual void Dispose(bool disposing) { }
        public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EmulateRecognizeAsync(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RequestRecognizerUpdate() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RequestRecognizerUpdate(object userToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void UnloadAllGrammars() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SpeechUI
    {
        internal SpeechUI() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool SendTextFeedback(System.Speech.Recognition.RecognitionResult result, string feedback, bool isSuccessfulAction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class StateChangedEventArgs : System.EventArgs
    {
        internal StateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.RecognizerState RecognizerState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum SubsetMatchingMode
    {
        Subsequence = 0,
        OrderedSubset = 1,
        SubsequenceContentRequired = 2,
        OrderedSubsetContentRequired = 3,
    }
}
namespace System.Speech.Recognition.SrgsGrammar
{
    public partial class SrgsDocument
    {
        public SrgsDocument() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsDocument(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsDocument(System.Speech.Recognition.SrgsGrammar.SrgsRule grammarRootRule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsDocument(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsDocument(System.Xml.XmlReader srgsGrammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Collections.ObjectModel.Collection<string> AssemblyReferences { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.Collection<string> CodeBehind { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool Debug { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.Collection<string> ImportNamespaces { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Language { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Namespace { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet PhoneticAlphabet { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.SrgsGrammar.SrgsRule Root { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection Rules { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Uri XmlBase { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void WriteSrgs(System.Xml.XmlWriter srgsGrammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public abstract partial class SrgsElement : System.MarshalByRefObject
    {
        protected SrgsElement() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal abstract string DebuggerDisplayString();
        internal abstract void WriteSrgs(System.Xml.XmlWriter writer);
    }
    public static partial class SrgsGrammarCompiler
    {
        public static void Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static void Compile(string inputPath, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static void Compile(System.Xml.XmlReader reader, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static void CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static void CompileClassLibrary(string[] inputPaths, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static void CompileClassLibrary(System.Xml.XmlReader reader, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public enum SrgsGrammarMode
    {
        Voice = 0,
        Dtmf = 1,
    }
    public partial class SrgsItem : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public SrgsItem() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsItem(int repeatCount) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsItem(int min, int max) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsItem(int min, int max, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsItem(int min, int max, string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsItem(params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsItem(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int MaxRepeat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int MinRepeat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public float RepeatProbability { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public float Weight { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetRepeat(int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetRepeat(int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SrgsNameValueTag : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public SrgsNameValueTag() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsNameValueTag(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsNameValueTag(string name, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SrgsOneOf : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public SrgsOneOf() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsOneOf(params System.Speech.Recognition.SrgsGrammar.SrgsItem[] items) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsOneOf(params string[] items) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem> Items { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void Add(System.Speech.Recognition.SrgsGrammar.SrgsItem item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public enum SrgsPhoneticAlphabet
    {
        Sapi = 0,
        Ipa = 1,
        Ups = 2,
    }
    public partial class SrgsRule
    {
        public SrgsRule(string id) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsRule(string id, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string BaseClass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string OnError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string OnInit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string OnParse { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string OnRecognition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Recognition.SrgsGrammar.SrgsRuleScope Scope { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    [System.ComponentModel.ImmutableObjectAttribute(true)]
    public partial class SrgsRuleRef : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public static readonly System.Speech.Recognition.SrgsGrammar.SrgsRuleRef Dictation;
        public static readonly System.Speech.Recognition.SrgsGrammar.SrgsRuleRef Garbage;
        public static readonly System.Speech.Recognition.SrgsGrammar.SrgsRuleRef MnemonicSpelling;
        public static readonly System.Speech.Recognition.SrgsGrammar.SrgsRuleRef Null;
        public static readonly System.Speech.Recognition.SrgsGrammar.SrgsRuleRef Void;
        public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsRuleRef(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsRuleRef(System.Uri uri, string rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsRuleRef(System.Uri uri, string rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsRuleRef(System.Uri uri, string rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string Params { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string SemanticKey { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Uri Uri { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public sealed partial class SrgsRulesCollection : System.Collections.ObjectModel.KeyedCollection<string, System.Speech.Recognition.SrgsGrammar.SrgsRule>
    {
        public SrgsRulesCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Add(params System.Speech.Recognition.SrgsGrammar.SrgsRule[] rules) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        protected override string GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public enum SrgsRuleScope
    {
        Public = 0,
        Private = 1,
    }
    public partial class SrgsSemanticInterpretationTag : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public SrgsSemanticInterpretationTag() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsSemanticInterpretationTag(string script) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SrgsSubset : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public SrgsSubset(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsSubset(string text, System.Speech.Recognition.SubsetMatchingMode matchingMode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Recognition.SubsetMatchingMode MatchingMode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SrgsText : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public SrgsText() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public SrgsText(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SrgsToken : System.Speech.Recognition.SrgsGrammar.SrgsElement
    {
        public SrgsToken(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string Display { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Pronunciation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
}
namespace System.Speech.Synthesis
{
    public partial class BookmarkReachedEventArgs : System.Speech.Synthesis.PromptEventArgs
    {
        internal BookmarkReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Bookmark { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class FilePrompt : System.Speech.Synthesis.Prompt
    {
        public FilePrompt(string path, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public FilePrompt(System.Uri promptFile, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class InstalledVoice
    {
        internal InstalledVoice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.VoiceInfo VoiceInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class PhonemeReachedEventArgs : System.Speech.Synthesis.PromptEventArgs
    {
        internal PhonemeReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string NextPhoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Phoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class Prompt
    {
        public Prompt(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Prompt(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public Prompt(string textToSpeak, System.Speech.Synthesis.SynthesisTextFormat media) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool IsCompleted { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum PromptBreak
    {
        None = 0,
        ExtraSmall = 1,
        Small = 2,
        Medium = 3,
        Large = 4,
        ExtraLarge = 5,
    }
    public partial class PromptBuilder
    {
        public PromptBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public PromptBuilder(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public bool IsEmpty { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void AppendAudio(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendAudio(System.Uri audioFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendAudio(System.Uri audioFile, string alternateText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendBookmark(string bookmarkName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendBreak() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendBreak(System.Speech.Synthesis.PromptBreak strength) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendBreak(System.TimeSpan duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendSsml(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendSsml(System.Uri ssmlFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendSsml(System.Xml.XmlReader ssmlFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        public void AppendSsmlMarkup(string ssmlMarkup) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendText(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptRate rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendTextWithAlias(string textToSpeak, string substitute) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendTextWithHint(string textToSpeak, System.Speech.Synthesis.SayAs sayAs) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendTextWithHint(string textToSpeak, string sayAs) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void AppendTextWithPronunciation(string textToSpeak, string pronunciation) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void ClearContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EndParagraph() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EndSentence() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EndStyle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void EndVoice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartParagraph() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartParagraph(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartSentence() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartSentence(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartStyle(System.Speech.Synthesis.PromptStyle style) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartVoice(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartVoice(System.Speech.Synthesis.VoiceGender gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartVoice(System.Speech.Synthesis.VoiceInfo voice) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void StartVoice(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string ToXml() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public enum PromptEmphasis
    {
        NotSet = 0,
        Strong = 1,
        Moderate = 2,
        None = 3,
        Reduced = 4,
    }
    public abstract partial class PromptEventArgs : System.ComponentModel.AsyncCompletedEventArgs
    {
        internal PromptEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.Prompt Prompt { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum PromptRate
    {
        NotSet = 0,
        ExtraFast = 1,
        Fast = 2,
        Medium = 3,
        Slow = 4,
        ExtraSlow = 5,
    }
    public partial class PromptStyle
    {
        public PromptStyle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public PromptStyle(System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public PromptStyle(System.Speech.Synthesis.PromptRate rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public PromptStyle(System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.PromptEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.PromptRate Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.PromptVolume Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum PromptVolume
    {
        NotSet = 0,
        Silent = 1,
        ExtraSoft = 2,
        Soft = 3,
        Medium = 4,
        Loud = 5,
        ExtraLoud = 6,
        Default = 7,
    }
    public enum SayAs
    {
        SpellOut = 0,
        NumberOrdinal = 1,
        NumberCardinal = 2,
        Date = 3,
        DayMonthYear = 4,
        MonthDayYear = 5,
        YearMonthDay = 6,
        YearMonth = 7,
        MonthYear = 8,
        MonthDay = 9,
        DayMonth = 10,
        Year = 11,
        Month = 12,
        Day = 13,
        Time = 14,
        Time24 = 15,
        Time12 = 16,
        Telephone = 17,
        Text = 18,
    }
    public partial class SpeakCompletedEventArgs : System.Speech.Synthesis.PromptEventArgs
    {
        internal SpeakCompletedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class SpeakProgressEventArgs : System.Speech.Synthesis.PromptEventArgs
    {
        internal SpeakProgressEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int CharacterCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int CharacterPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class SpeakStartedEventArgs : System.Speech.Synthesis.PromptEventArgs
    {
        internal SpeakStartedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public sealed partial class SpeechSynthesizer : System.IDisposable
    {
        public SpeechSynthesizer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public int Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.SynthesizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.BookmarkReachedEventArgs> BookmarkReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.PhonemeReachedEventArgs> PhonemeReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.SpeakCompletedEventArgs> SpeakCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.SpeakProgressEventArgs> SpeakProgress { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.SpeakStartedEventArgs> SpeakStarted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.StateChangedEventArgs> StateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.VisemeReachedEventArgs> VisemeReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public event System.EventHandler<System.Speech.Synthesis.VoiceChangeEventArgs> VoiceChange { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public void AddLexicon(System.Uri uri, string mediaType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Dispose() { }
        ~SpeechSynthesizer() { }
        public System.Speech.Synthesis.Prompt GetCurrentlySpokenPrompt() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Pause() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void RemoveLexicon(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Resume() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SelectVoice(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate, System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetOutputToAudioStream(System.IO.Stream audioDestination, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetOutputToDefaultAudioDevice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetOutputToNull() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetOutputToWaveFile(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetOutputToWaveFile(string path, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetOutputToWaveStream(System.IO.Stream audioDestination) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Speak(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Speak(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void Speak(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SpeakAsync(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.Prompt SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.Prompt SpeakAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SpeakAsyncCancel(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SpeakAsyncCancelAll() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SpeakSsml(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.Prompt SpeakSsmlAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial class StateChangedEventArgs : System.EventArgs
    {
        internal StateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.SynthesizerState PreviousState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.SynthesizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum SynthesisMediaType
    {
        Text = 0,
        Ssml = 1,
        WaveAudio = 2,
    }
    public enum SynthesisTextFormat
    {
        Text = 0,
        Ssml = 1,
    }
    [System.FlagsAttribute]
    public enum SynthesizerEmphasis
    {
        Stressed = 1,
        Emphasized = 2,
    }
    public enum SynthesizerState
    {
        Ready = 0,
        Speaking = 1,
        Paused = 2,
    }
    public partial class VisemeReachedEventArgs : System.Speech.Synthesis.PromptEventArgs
    {
        internal VisemeReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int NextViseme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Viseme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum VoiceAge
    {
        NotSet = 0,
        Child = 10,
        Teen = 15,
        Adult = 30,
        Senior = 65,
    }
    public partial class VoiceChangeEventArgs : System.Speech.Synthesis.PromptEventArgs
    {
        internal VoiceChangeEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum VoiceGender
    {
        NotSet = 0,
        Male = 1,
        Female = 2,
        Neutral = 3,
    }
    public partial class VoiceInfo
    {
        internal VoiceInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.VoiceAge Age { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.VoiceGender Gender { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
}
namespace System.Speech.Synthesis.TtsEngine
{
    [System.ComponentModel.ImmutableObjectAttribute(true)]
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial struct ContourPoint : System.IEquatable<System.Speech.Synthesis.TtsEngine.ContourPoint>
    {
        private object _dummy;
        private int _dummyPrimitive;
        public ContourPoint(float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public float Change { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.ContourPointChangeType ChangeType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public float Start { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool Equals(System.Speech.Synthesis.TtsEngine.ContourPoint other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator ==(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator !=(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public enum ContourPointChangeType
    {
        Hz = 0,
        Percentage = 1,
    }
    public enum EmphasisBreak
    {
        Default = -7,
        ExtraStrong = -6,
        Strong = -5,
        Medium = -4,
        Weak = -3,
        ExtraWeak = -2,
        None = -1,
    }
    public enum EmphasisWord
    {
        Default = 0,
        Strong = 1,
        Moderate = 2,
        None = 3,
        Reduced = 4,
    }
    public enum EventParameterType
    {
        Undefined = 0,
        Token = 1,
        Object = 2,
        Pointer = 3,
        String = 4,
    }
    [System.ComponentModel.ImmutableObjectAttribute(true)]
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial struct FragmentState : System.IEquatable<System.Speech.Synthesis.TtsEngine.FragmentState>
    {
        private object _dummy;
        private int _dummyPrimitive;
        public FragmentState(System.Speech.Synthesis.TtsEngine.TtsEngineAction action, int langId, int emphasis, int duration, System.Speech.Synthesis.TtsEngine.SayAs sayAs, System.Speech.Synthesis.TtsEngine.Prosody prosody, char[] phonemes) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.TtsEngine.TtsEngineAction Action { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int LangId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public char[] Phoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.Prosody Prosody { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.SayAs SayAs { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool Equals(System.Speech.Synthesis.TtsEngine.FragmentState other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator ==(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator !=(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public partial interface ITtsEngineSite
    {
        int Actions { get; }
        int EventInterest { get; }
        int Rate { get; }
        int Volume { get; }
        void AddEvents(System.Speech.Synthesis.TtsEngine.SpeechEventInfo[] events, int count);
        void CompleteSkip(int skipped);
        System.Speech.Synthesis.TtsEngine.SkipInfo GetSkipInfo();
        System.IO.Stream LoadResource(System.Uri uri, string mediaType);
        int Write(System.IntPtr data, int count);
    }
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial class Prosody
    {
        public Prosody() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public int Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.ProsodyNumber Pitch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.ProsodyNumber Range { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.ProsodyNumber Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.ProsodyNumber Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.ContourPoint[] GetContourPoints() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public void SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[] points) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    [System.ComponentModel.ImmutableObjectAttribute(true)]
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial struct ProsodyNumber : System.IEquatable<System.Speech.Synthesis.TtsEngine.ProsodyNumber>
    {
        private object _dummy;
        private int _dummyPrimitive;
        public const int AbsoluteNumber = 2147483647;
        public ProsodyNumber(int ssmlAttributeId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public ProsodyNumber(float number) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool IsNumberPercent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public float Number { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int SsmlAttributeId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.Speech.Synthesis.TtsEngine.ProsodyUnit Unit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator ==(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator !=(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    public enum ProsodyPitch
    {
        Default = 0,
        ExtraLow = 1,
        Low = 2,
        Medium = 3,
        High = 4,
        ExtraHigh = 5,
    }
    public enum ProsodyRange
    {
        Default = 0,
        ExtraLow = 1,
        Low = 2,
        Medium = 3,
        High = 4,
        ExtraHigh = 5,
    }
    public enum ProsodyRate
    {
        Default = 0,
        ExtraSlow = 1,
        Slow = 2,
        Medium = 3,
        Fast = 4,
        ExtraFast = 5,
    }
    public enum ProsodyUnit
    {
        Default = 0,
        Hz = 1,
        Semitone = 2,
    }
    public enum ProsodyVolume
    {
        ExtraLoud = -7,
        Loud = -6,
        Medium = -5,
        Soft = -4,
        ExtraSoft = -3,
        Silent = -2,
        Default = -1,
    }
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial class SayAs
    {
        public SayAs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public string Detail { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string InterpretAs { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public partial class SkipInfo
    {
        public SkipInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Type { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum SpeakOutputFormat
    {
        WaveFormat = 0,
        Text = 1,
    }
    [System.ComponentModel.ImmutableObjectAttribute(true)]
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial struct SpeechEventInfo : System.IEquatable<System.Speech.Synthesis.TtsEngine.SpeechEventInfo>
    {
        private object _dummy;
        private int _dummyPrimitive;
        public SpeechEventInfo(short eventId, short parameterType, int param1, System.IntPtr param2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public short EventId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int Param1 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public System.IntPtr Param2 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public short ParameterType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public bool Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator ==(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public static bool operator !=(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
    }
    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public partial class TextFragment
    {
        public TextFragment() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public System.Speech.Synthesis.TtsEngine.FragmentState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int TextLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public int TextOffset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
        public string TextToSpeak { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  } }
    }
    public enum TtsEngineAction
    {
        Speak = 0,
        Silence = 1,
        Pronounce = 2,
        Bookmark = 3,
        SpellOut = 4,
        StartSentence = 5,
        StartParagraph = 6,
        ParseUnknownTag = 7,
    }
    public abstract partial class TtsEngineSsml
    {
        protected TtsEngineSsml(string registryKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech);  }
        public abstract void AddLexicon(System.Uri uri, string mediaType, System.Speech.Synthesis.TtsEngine.ITtsEngineSite site);
        public abstract System.IntPtr GetOutputFormat(System.Speech.Synthesis.TtsEngine.SpeakOutputFormat speakOutputFormat, System.IntPtr targetWaveFormat);
        public abstract void RemoveLexicon(System.Uri uri, System.Speech.Synthesis.TtsEngine.ITtsEngineSite site);
        public abstract void Speak(System.Speech.Synthesis.TtsEngine.TextFragment[] fragment, System.IntPtr waveHeader, System.Speech.Synthesis.TtsEngine.ITtsEngineSite site);
    }
    public enum TtsEventId
    {
        StartInputStream = 1,
        EndInputStream = 2,
        VoiceChange = 3,
        Bookmark = 4,
        WordBoundary = 5,
        Phoneme = 6,
        SentenceBoundary = 7,
        Viseme = 8,
        AudioLevel = 9,
    }
}