7 references to RecognizedWordUnit
System.Speech (7)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (7)
202
public System.Speech.Recognition.RecognizedAudio GetAudioForWordRange(System.Speech.Recognition.
RecognizedWordUnit
firstWord, System.Speech.Recognition.
RecognizedWordUnit
lastWord) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
235
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.
RecognizedWordUnit
> Words { 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); }
368
public void EmulateRecognizeAsync(System.Speech.Recognition.
RecognizedWordUnit
[] wordUnits, System.Globalization.CompareOptions compareOptions) { 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); }
432
public void EmulateRecognizeAsync(System.Speech.Recognition.
RecognizedWordUnit
[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }