Starts the ASR connection

Namespace: iSpeech
Assembly: iSpeechSDK (in iSpeechSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public StreamingBuffer startStreamingRecognize(
	string mimeType,
	SpeechRecognizerEvent speechRecognizerEvent
)
Visual Basic
Public Function startStreamingRecognize ( _
	mimeType As String, _
	speechRecognizerEvent As SpeechRecognizerEvent _
) As StreamingBuffer
Visual C++
public:
StreamingBuffer^ startStreamingRecognize(
	String^ mimeType, 
	SpeechRecognizerEvent^ speechRecognizerEvent
)

Parameters

mimeType
Type: System..::..String
The mime type of the audio data
speechRecognizerEvent
Type: iSpeech..::..SpeechRecognizerEvent
A SpeechRecognizerEvent to receive status updates and messages.

Return Value

A stream that you will write audio data to.

See Also