次の方法で共有


ConversationTranslator.ParticipantsChanged イベント

定義

ルームの参加者に通知するイベントが変更されました (たとえば、新しい参加者が参加した場合)。

public event EventHandler<Microsoft.CognitiveServices.Speech.Transcription.ConversationParticipantsChangedEventArgs> ParticipantsChanged;
member this.ParticipantsChanged : EventHandler<Microsoft.CognitiveServices.Speech.Transcription.ConversationParticipantsChangedEventArgs> 
Public Custom Event ParticipantsChanged As EventHandler(Of ConversationParticipantsChangedEventArgs) 

イベントの種類

適用対象