12 references to RecognitionResult
System.Speech (12)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (12)
112
public System.Speech.Recognition.
RecognitionResult
Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
195
public System.Speech.Recognition.
RecognitionResult
Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
212
public System.Speech.Recognition.
RecognitionResult
Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
365
public System.Speech.Recognition.
RecognitionResult
EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
366
public System.Speech.Recognition.
RecognitionResult
EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
367
public System.Speech.Recognition.
RecognitionResult
EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
375
public System.Speech.Recognition.
RecognitionResult
Recognize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
376
public System.Speech.Recognition.
RecognitionResult
Recognize(System.TimeSpan initialSilenceTimeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
429
public System.Speech.Recognition.
RecognitionResult
EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
430
public System.Speech.Recognition.
RecognitionResult
EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
431
public System.Speech.Recognition.
RecognitionResult
EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
446
public static bool SendTextFeedback(System.Speech.Recognition.
RecognitionResult
result, string feedback, bool isSuccessfulAction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }