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