3 references to RecognizedAudio
System.Speech (3)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (3)
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); } 221public System.Speech.Recognition.RecognizedAudio GetRange(System.TimeSpan audioPosition, System.TimeSpan duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }