다음을 통해 공유


ConversationTranslator.StopTranscribingAsync Method

Definition

Stops sending audio to the conversation service. You will still receive Transcribing, and Transcribed events for other participants in the conversation.

public System.Threading.Tasks.Task StopTranscribingAsync ();
member this.StopTranscribingAsync : unit -> System.Threading.Tasks.Task
Public Function StopTranscribingAsync () As Task

Returns

An asynchronous operation.

Applies to