SpeechRecognitionStream Class
A Stream implementation, for consumption by Microsoft.Speech, which is backed by Real-time Protocol (RTP) data received by an AudioVideoFlow instance.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.IO.Stream
Microsoft.Rtc.Collaboration.AudioVideo.SpeechRecognitionStream
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public NotInheritable Class SpeechRecognitionStream _
Inherits Stream
'Usage
Dim instance As SpeechRecognitionStream
public sealed class SpeechRecognitionStream : Stream
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.