Click or drag to resize
DataRecognitionClientEndAudio Method
Notify the server that client is done sending audio buffers to the Speech Recognition Service. This work is queued onto a background worker.
Notify the server that client is done sending audio buffers to the Speech Recognition Service. This work is queued onto a background worker.

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public virtual void EndAudio()

Implements

IDataRecognitionClientEndAudio
See Also