SpeechRecognitionConnector Class

SpeechRecognitionConnector can be bound to an AudioVideoFlow, and provides a stream of audio data compatible with Microsoft.Speech.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.AudioVideo.SpeechRecognitionConnector

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class SpeechRecognitionConnector _
    Implements IDisposable
'Usage
Dim instance As SpeechRecognitionConnector
public class SpeechRecognitionConnector : IDisposable

Remarks

One such stream is provided every time Start() is called on the SpeechRecognitionConnector. The stream will contain the audio up to the point at which Stop() is called on the connector. Calling Start() again will then generate a new stream for the new interval, and so on.

SpeechSynthesisConnector should be used only in conjuction with Microsoft.Speech.

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.

See Also

Reference

SpeechRecognitionConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace