SpeechRecognitionConnector Members
Include Protected Members
Include Inherited Members
SpeechRecognitionConnector can be bound to an AudioVideoFlow, and provides a stream of audio data compatible with Microsoft.Speech.
The SpeechRecognitionConnector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SpeechRecognitionConnector | Creates a new instance of the SpeechRecognitionConnector class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AudioVideoFlow | Gets the attached AudioVideoFlow. |
![]() |
IsActive | Gets whether the SpeechRecognitionConnector is currently running. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AttachFlow | Specifies which AudioVideoFlow will provide audio data for speech recognition. Only one AudioVideoFlow may be attached at a time. |
![]() |
DetachFlow | Detachs the current AudioVideoFlow, freeing the connector to use another. |
![]() |
Dispose | Disposes the SpeechRecognitionConnector. |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
Start | Begins recording audio into a new stream. The caller is responsible for disposing of the stream returned by this method. |
![]() |
Stop | Caps off the current stream, and stop recording audio. Will no-op if the SpeechRecognitionConnector is already stopped. |
![]() |
ToString | (inherited from Object) |
Top