12 references to RecognitionResult
System.Speech (12)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (12)
115public System.Speech.Recognition.RecognitionResult? Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 199public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 216public System.Speech.Recognition.RecognitionResult? Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 369public System.Speech.Recognition.RecognitionResult? EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 370public System.Speech.Recognition.RecognitionResult? EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 371public System.Speech.Recognition.RecognitionResult? EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 379public System.Speech.Recognition.RecognitionResult? Recognize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 380public System.Speech.Recognition.RecognitionResult? Recognize(System.TimeSpan initialSilenceTimeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 433public System.Speech.Recognition.RecognitionResult? EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 434public System.Speech.Recognition.RecognitionResult? EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 435public System.Speech.Recognition.RecognitionResult? EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 450public static bool SendTextFeedback(System.Speech.Recognition.RecognitionResult result, string feedback, bool isSuccessfulAction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }