Stops the recording process and returns a {@link SpeechResult}.

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

Syntax

C#
public SpeechResult stopStreaming()
Visual Basic
Public Function stopStreaming As SpeechResult
Visual C++
public:
SpeechResult^ stopStreaming()

Return Value

{@link SpeechResult} with the text string of the audio and a float containing the estimated confidence.

See Also