682 references to PlatformNotSupported_SystemSpeech
System.Speech (682)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (682)
32public SpeechAudioFormatInfo(int samplesPerSecond, System.Speech.AudioFormat.AudioBitsPerSample bitsPerSample, System.Speech.AudioFormat.AudioChannel channel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 34public 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); } 36public int AverageBytesPerSecond { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 38public int BitsPerSample { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 40public int BlockAlign { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 41public int ChannelCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 42public System.Speech.AudioFormat.EncodingFormat EncodingFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 43public int SamplesPerSecond { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 44public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 45public byte[] FormatSpecificData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 46public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 53internal AudioLevelUpdatedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 54public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 68internal AudioSignalProblemOccurredEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 69public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 70public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 71public System.Speech.Recognition.AudioSignalProblem AudioSignalProblem { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 72public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 82internal AudioStateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 83public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 87public Choices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 88public Choices(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 89public Choices(params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 90public void Add(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 91public void Add(params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 92public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 96public DictationGrammar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 97public DictationGrammar(string topic) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 98public void SetDictationContext(string precedingText, string subsequentText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 111internal EmulateRecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 112public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 116protected Grammar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 117public Grammar(System.IO.Stream stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 118public Grammar(System.IO.Stream stream, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 119public Grammar(System.IO.Stream stream, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 121public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 123public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 124public Grammar(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 125public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 126public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 127public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 129public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 131public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 132public Grammar(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 133public Grammar(string path, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 134public Grammar(string path, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 135public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 136protected internal virtual bool IsStg { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 137public bool Loaded { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 138public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 139public int Priority { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 140protected string ResourceName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 141public string RuleName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 142public float Weight { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 143public 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); } } 144public static System.Speech.Recognition.Grammar LoadLocalizedGrammarFromType(System.Type type, params object[] onInitParameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 145protected void StgInit(object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 149public GrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 150public GrammarBuilder(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 151public GrammarBuilder(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 152public GrammarBuilder(System.Speech.Recognition.SemanticResultKey key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 153public GrammarBuilder(System.Speech.Recognition.SemanticResultValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 154public GrammarBuilder(string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 155public GrammarBuilder(string phrase, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 156public GrammarBuilder(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 157public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 158public string DebugShowPhrases { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 159public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 160public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 161public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 162public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 163public static System.Speech.Recognition.GrammarBuilder Add(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 164public void Append(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 165public void Append(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 166public void Append(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 167public void Append(System.Speech.Recognition.SemanticResultKey key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 168public void Append(System.Speech.Recognition.SemanticResultValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 169public void Append(string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 170public void Append(string phrase, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 171public void Append(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 172public void AppendDictation() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 173public void AppendDictation(string category) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 174public void AppendRuleReference(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 175public void AppendRuleReference(string path, string rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 176public void AppendWildcard() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 177public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 178public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 179public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 180public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 181public static System.Speech.Recognition.GrammarBuilder operator +(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 182public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 183public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultKey semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 184public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultValue semanticValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 185public static implicit operator System.Speech.Recognition.GrammarBuilder (string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 189internal LoadGrammarCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 190public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 194internal RecognitionEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 195public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 199internal RecognitionResult() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 200public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Alternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 201public System.Speech.Recognition.RecognizedAudio Audio { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 202public System.Speech.Recognition.RecognizedAudio GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit firstWord, System.Speech.Recognition.RecognizedWordUnit lastWord) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 203void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 207internal RecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 208public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 209public bool BabbleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 210public bool InitialSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 211public bool InputStreamEnded { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 212public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 216internal RecognizedAudio() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 217public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 218public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 219public System.Speech.AudioFormat.SpeechAudioFormatInfo Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 220public System.DateTime StartTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 221public System.Speech.Recognition.RecognizedAudio GetRange(System.TimeSpan audioPosition, System.TimeSpan duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 222public void WriteToAudioStream(System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 223public void WriteToWaveStream(System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 227internal RecognizedPhrase() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 228public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 229public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 230public int HomophoneGroupId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 231public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Homophones { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 232public System.Collections.ObjectModel.Collection<System.Speech.Recognition.ReplacementText> ReplacementWordUnits { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 233public System.Speech.Recognition.SemanticValue Semantics { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 234public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 235public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedWordUnit> Words { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 236public System.Xml.XPath.IXPathNavigable ConstructSmlFromSemantics() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 240public 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); } 241public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 242public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 243public string LexicalForm { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 244public string Pronunciation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 245public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 254internal RecognizerInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 255public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 256public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 257public string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 258public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 259public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 260public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 270internal RecognizerUpdateReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 271public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 272public object UserToken { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 277internal ReplacementText() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 278public int CountOfWords { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 279public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 280public int FirstWordIndex { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 281public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 285public SemanticResultKey(string semanticResultKey, params System.Speech.Recognition.GrammarBuilder[] builders) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 286public SemanticResultKey(string semanticResultKey, params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 287public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 291public SemanticResultValue(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 292public SemanticResultValue(System.Speech.Recognition.GrammarBuilder builder, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 293public SemanticResultValue(string phrase, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 294public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 298public SemanticValue(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 299public SemanticValue(string keyName, object value, float confidence) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 300public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 301public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 302public 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); } } 303bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 304System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 305System.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); } } 306public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 307public bool Contains(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 308public bool ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 309public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 310public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 311void 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); } 312void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 313void 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); } 314bool 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); } 315void 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); } 316bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Remove(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 317bool 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); } 318System.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); } 319System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 323internal SpeechDetectedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 324public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 328internal SpeechHypothesizedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 332public SpeechRecognitionEngine() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 333public SpeechRecognitionEngine(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 334public SpeechRecognitionEngine(System.Speech.Recognition.RecognizerInfo recognizerInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 335public SpeechRecognitionEngine(string recognizerId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 336public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 337public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 338public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 339public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 341public System.TimeSpan BabbleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 343public System.TimeSpan EndSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 345public System.TimeSpan EndSilenceTimeoutAmbiguous { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 346public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 348public System.TimeSpan InitialSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 349public int MaxAlternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 350public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 351public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 352public 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); } } 353public 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); } } 354public 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); } } 355public 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); } } 356public 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); } } 357public 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); } } 358public 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); } } 359public 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); } } 360public 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); } } 361public 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); } } 362public 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); } } 365public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 366public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 367public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 368public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 369public void EmulateRecognizeAsync(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 370public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 371public static System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizerInfo> InstalledRecognizers() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 372public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 373public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 374public object QueryRecognizerSetting(string settingName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 375public System.Speech.Recognition.RecognitionResult Recognize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 376public System.Speech.Recognition.RecognitionResult Recognize(System.TimeSpan initialSilenceTimeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 377public void RecognizeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 378public void RecognizeAsync(System.Speech.Recognition.RecognizeMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 379public void RecognizeAsyncCancel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 380public void RecognizeAsyncStop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 381public void RequestRecognizerUpdate() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 382public void RequestRecognizerUpdate(object userToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 383public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 384public void SetInputToAudioStream(System.IO.Stream audioSource, System.Speech.AudioFormat.SpeechAudioFormatInfo audioFormat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 385public void SetInputToDefaultAudioDevice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 386public void SetInputToNull() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 387public void SetInputToWaveFile(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 388public void SetInputToWaveStream(System.IO.Stream audioSource) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 389public void UnloadAllGrammars() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 390public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 391public void UpdateRecognizerSetting(string settingName, int updatedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 392public void UpdateRecognizerSetting(string settingName, string updatedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 396internal SpeechRecognitionRejectedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 400internal SpeechRecognizedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 404public SpeechRecognizer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 405public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 406public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 407public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 408public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 409public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 410public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 411public int MaxAlternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 412public bool PauseRecognizerOnRecognition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 413public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 414public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 415public System.Speech.Recognition.RecognizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 416public 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); } } 417public 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); } } 418public 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); } } 419public 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); } } 420public 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); } } 421public 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); } } 422public 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); } } 423public 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); } } 424public 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); } } 425public 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); } } 426public 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); } } 429public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 430public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 431public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 432public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 433public void EmulateRecognizeAsync(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 434public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 435public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 436public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 437public void RequestRecognizerUpdate() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 438public void RequestRecognizerUpdate(object userToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 439public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 440public void UnloadAllGrammars() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 441public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 445internal SpeechUI() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 446public static bool SendTextFeedback(System.Speech.Recognition.RecognitionResult result, string feedback, bool isSuccessfulAction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 450internal StateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 451public System.Speech.Recognition.RecognizerState RecognizerState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 465public SrgsDocument() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 466public SrgsDocument(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 467public SrgsDocument(System.Speech.Recognition.SrgsGrammar.SrgsRule grammarRootRule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 468public SrgsDocument(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 469public SrgsDocument(System.Xml.XmlReader srgsGrammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 470public System.Collections.ObjectModel.Collection<string> AssemblyReferences { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 471public System.Collections.ObjectModel.Collection<string> CodeBehind { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 472public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 473public bool Debug { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 474public System.Collections.ObjectModel.Collection<string> ImportNamespaces { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 475public string Language { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 476public System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 477public string Namespace { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 478public System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet PhoneticAlphabet { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 479public System.Speech.Recognition.SrgsGrammar.SrgsRule Root { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 480public System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection Rules { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 481public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 482public System.Uri XmlBase { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 483public void WriteSrgs(System.Xml.XmlWriter srgsGrammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 487protected SrgsElement() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 493public static void Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 494public static void Compile(string inputPath, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 495public static void Compile(System.Xml.XmlReader reader, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 496public static void CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 497public static void CompileClassLibrary(string[] inputPaths, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 498public static void CompileClassLibrary(System.Xml.XmlReader reader, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 507public SrgsItem() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 508public SrgsItem(int repeatCount) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 509public SrgsItem(int min, int max) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 510public SrgsItem(int min, int max, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 511public SrgsItem(int min, int max, string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 512public SrgsItem(params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 513public SrgsItem(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 514public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 515public int MaxRepeat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 516public int MinRepeat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 517public float RepeatProbability { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 518public float Weight { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 519public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 520public void SetRepeat(int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 521public void SetRepeat(int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 522internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 523internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 527public SrgsNameValueTag() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 528public SrgsNameValueTag(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 529public SrgsNameValueTag(string name, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 530public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 531public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 532internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 533internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 537public SrgsOneOf() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 538public SrgsOneOf(params System.Speech.Recognition.SrgsGrammar.SrgsItem[] items) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 539public SrgsOneOf(params string[] items) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 540public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem> Items { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 541public void Add(System.Speech.Recognition.SrgsGrammar.SrgsItem item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 542internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 543internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 553public SrgsRule(string id) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 554public SrgsRule(string id, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 555public string BaseClass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 556public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 557public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 558public string OnError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 559public string OnInit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 560public string OnParse { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 561public string OnRecognition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 562public System.Speech.Recognition.SrgsGrammar.SrgsRuleScope Scope { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 563public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 564public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 574public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 575public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 576public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 577public SrgsRuleRef(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 578public SrgsRuleRef(System.Uri uri, string rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 579public SrgsRuleRef(System.Uri uri, string rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 580public SrgsRuleRef(System.Uri uri, string rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 581public string Params { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 582public string SemanticKey { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 583public System.Uri Uri { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 584internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 585internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 589public SrgsRulesCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 590public void Add(params System.Speech.Recognition.SrgsGrammar.SrgsRule[] rules) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 591protected override string GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 600public SrgsSemanticInterpretationTag() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 601public SrgsSemanticInterpretationTag(string script) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 602public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 603internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 604internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 608public SrgsSubset(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 609public SrgsSubset(string text, System.Speech.Recognition.SubsetMatchingMode matchingMode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 610public System.Speech.Recognition.SubsetMatchingMode MatchingMode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 611public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 612internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 613internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 617public SrgsText() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 618public SrgsText(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 619public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 620internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 621internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 625public SrgsToken(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 626public string Display { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 627public string Pronunciation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 628public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 629internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 630internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 637internal BookmarkReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 638public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 639public string Bookmark { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 643public FilePrompt(string path, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 644public FilePrompt(System.Uri promptFile, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 648internal InstalledVoice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 649public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 650public System.Speech.Synthesis.VoiceInfo VoiceInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 651public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 652public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 656internal PhonemeReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 657public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 658public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 659public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 660public string NextPhoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 661public string Phoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 665public Prompt(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 666public Prompt(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 667public Prompt(string textToSpeak, System.Speech.Synthesis.SynthesisTextFormat media) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 668public bool IsCompleted { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 681public PromptBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 682public PromptBuilder(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 683public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 684public bool IsEmpty { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 685public void AppendAudio(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 686public void AppendAudio(System.Uri audioFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 687public void AppendAudio(System.Uri audioFile, string alternateText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 688public void AppendBookmark(string bookmarkName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 689public void AppendBreak() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 690public void AppendBreak(System.Speech.Synthesis.PromptBreak strength) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 691public void AppendBreak(System.TimeSpan duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 692public void AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 693public void AppendSsml(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 694public void AppendSsml(System.Uri ssmlFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 695public void AppendSsml(System.Xml.XmlReader ssmlFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 697public void AppendSsmlMarkup(string ssmlMarkup) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 698public void AppendText(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 699public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 700public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptRate rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 701public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 702public void AppendTextWithAlias(string textToSpeak, string substitute) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 703public void AppendTextWithHint(string textToSpeak, System.Speech.Synthesis.SayAs sayAs) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 704public void AppendTextWithHint(string textToSpeak, string sayAs) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 705public void AppendTextWithPronunciation(string textToSpeak, string pronunciation) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 706public void ClearContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 707public void EndParagraph() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 708public void EndSentence() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 709public void EndStyle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 710public void EndVoice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 711public void StartParagraph() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 712public void StartParagraph(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 713public void StartSentence() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 714public void StartSentence(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 715public void StartStyle(System.Speech.Synthesis.PromptStyle style) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 716public void StartVoice(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 717public void StartVoice(System.Speech.Synthesis.VoiceGender gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 718public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 719public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 720public void StartVoice(System.Speech.Synthesis.VoiceInfo voice) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 721public void StartVoice(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 722public string ToXml() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 734internal PromptEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 735public System.Speech.Synthesis.Prompt Prompt { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 748public PromptStyle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 749public PromptStyle(System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 750public PromptStyle(System.Speech.Synthesis.PromptRate rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 751public PromptStyle(System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 752public System.Speech.Synthesis.PromptEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 753public System.Speech.Synthesis.PromptRate Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 754public System.Speech.Synthesis.PromptVolume Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 791internal SpeakCompletedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 795internal SpeakProgressEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 796public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 797public int CharacterCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 798public int CharacterPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 799public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 803internal SpeakStartedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 807public SpeechSynthesizer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 808public int Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 809public System.Speech.Synthesis.SynthesizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 810public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 811public int Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 812public 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); } } 813public 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); } } 814public 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); } } 815public 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); } } 816public 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); } } 817public 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); } } 818public 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); } } 819public 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); } } 820public void AddLexicon(System.Uri uri, string mediaType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 823public System.Speech.Synthesis.Prompt GetCurrentlySpokenPrompt() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 824public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 825public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 826public void Pause() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 827public void RemoveLexicon(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 828public void Resume() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 829public void SelectVoice(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 830public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 831public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 832public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 833public 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); } 834public void SetOutputToAudioStream(System.IO.Stream audioDestination, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 835public void SetOutputToDefaultAudioDevice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 836public void SetOutputToNull() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 837public void SetOutputToWaveFile(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 838public void SetOutputToWaveFile(string path, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 839public void SetOutputToWaveStream(System.IO.Stream audioDestination) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 840public void Speak(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 841public void Speak(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 842public void Speak(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 843public void SpeakAsync(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 844public System.Speech.Synthesis.Prompt SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 845public System.Speech.Synthesis.Prompt SpeakAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 846public void SpeakAsyncCancel(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 847public void SpeakAsyncCancelAll() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 848public void SpeakSsml(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 849public System.Speech.Synthesis.Prompt SpeakSsmlAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 853internal StateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 854public System.Speech.Synthesis.SynthesizerState PreviousState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 855public System.Speech.Synthesis.SynthesizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 882internal VisemeReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 883public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 884public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 885public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 886public int NextViseme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 887public int Viseme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 899internal VoiceChangeEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 900public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 911internal VoiceInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 913public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 914public System.Speech.Synthesis.VoiceAge Age { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 915public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 916public string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 917public System.Speech.Synthesis.VoiceGender Gender { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 918public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 919public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 921public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 922public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 923public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 934public ContourPoint(float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 935public float Change { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 936public System.Speech.Synthesis.TtsEngine.ContourPointChangeType ChangeType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 937public float Start { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 938public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 939public bool Equals(System.Speech.Synthesis.TtsEngine.ContourPoint other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 940public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 941public static bool operator ==(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 942public static bool operator !=(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 981public 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); } 982public System.Speech.Synthesis.TtsEngine.TtsEngineAction Action { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 983public int Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 984public int Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 985public int LangId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 986public char[] Phoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 987public System.Speech.Synthesis.TtsEngine.Prosody Prosody { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 988public System.Speech.Synthesis.TtsEngine.SayAs SayAs { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 989public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 990public bool Equals(System.Speech.Synthesis.TtsEngine.FragmentState other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 991public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 992public static bool operator ==(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 993public static bool operator !=(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1010public Prosody() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1011public int Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1012public System.Speech.Synthesis.TtsEngine.ProsodyNumber Pitch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1013public System.Speech.Synthesis.TtsEngine.ProsodyNumber Range { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1014public System.Speech.Synthesis.TtsEngine.ProsodyNumber Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1015public System.Speech.Synthesis.TtsEngine.ProsodyNumber Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1016public System.Speech.Synthesis.TtsEngine.ContourPoint[] GetContourPoints() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1017public void SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[] points) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1026public ProsodyNumber(int ssmlAttributeId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1027public ProsodyNumber(float number) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1028public bool IsNumberPercent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1029public float Number { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1030public int SsmlAttributeId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1031public System.Speech.Synthesis.TtsEngine.ProsodyUnit Unit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1032public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1033public bool Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1034public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1035public static bool operator ==(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1036public static bool operator !=(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1084public SayAs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1085public string Detail { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1086public string Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1087public string InterpretAs { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1091public SkipInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1092public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1093public int Type { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1106public SpeechEventInfo(short eventId, short parameterType, int param1, System.IntPtr param2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1107public short EventId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1108public int Param1 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1109public System.IntPtr Param2 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1110public short ParameterType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1111public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1112public bool Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1113public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1114public static bool operator ==(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1115public static bool operator !=(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1120public TextFragment() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1121public System.Speech.Synthesis.TtsEngine.FragmentState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1122public int TextLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1123public int TextOffset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1124public string TextToSpeak { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1139protected TtsEngineSsml(string registryKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }