Click or drag to resize
ISpeechClient Interface
An interface to perform speech recognition.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public interface ISpeechClient : IDisposable

The ISpeechClient type exposes the following members.

Methods
  NameDescription
Public methodRecognizeAsync
Streams audio asynchronously to the speech service for recognition.
Public methodSubscribeToT
Subscribes to a specific event to perform a given action.
Public methodSubscribeToPartialResult
Subscribes to partial speech results.
Public methodSubscribeToRecognitionResult
Subscribes to speech recognition results.
Top
Remarks
Use this client to send audio (for example from a file or any audio source) to the speech service and receive the recognition results.
See Also