Partager via


StartRecognizingCallMediaResult.WaitForEventProcessorAsync Méthode

Définition

public System.Threading.Tasks.Task<Azure.Communication.CallAutomation.StartRecognizingEventResult> WaitForEventProcessorAsync (System.Threading.CancellationToken cancellationToken = default);
member this.WaitForEventProcessorAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Communication.CallAutomation.StartRecognizingEventResult>
Public Function WaitForEventProcessorAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of StartRecognizingEventResult)

Paramètres

cancellationToken
CancellationToken

Le jeton d’annulation peut être utilisé pour définir le délai d’expiration ou annuler ce WaitForEventProcessor.

Retours

Retourne StartRecognizingEventResult qui contient un RecognizeCompleted événement ou RecognizeFailed un événement.

S’applique à