Conversation.AddParticipantAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddParticipantAsync(Participant) |
Participant オブジェクトを非同期的に使用して、会話に参加者を追加します。 |
AddParticipantAsync(User) |
User オブジェクトを非同期的に使用して、会話に参加者を追加します。 |
AddParticipantAsync(String) |
ユーザーの ID を非同期操作として使用して、会話に参加者を追加します。 |
AddParticipantAsync(Participant)
Participant オブジェクトを非同期的に使用して、会話に参加者を追加します。
public System.Threading.Tasks.Task AddParticipantAsync(Microsoft.CognitiveServices.Speech.Transcription.Participant participant);
member this.AddParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.Participant -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (participant As Participant) As Task
パラメーター
- participant
- Participant
参加者オブジェクト。
戻り値
参加者の追加を表す非同期操作。
適用対象
AddParticipantAsync(User)
User オブジェクトを非同期的に使用して、会話に参加者を追加します。
public System.Threading.Tasks.Task AddParticipantAsync(Microsoft.CognitiveServices.Speech.Transcription.User user);
member this.AddParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.User -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (user As User) As Task
パラメーター
- user
- User
User オブジェクト。
戻り値
参加者の追加を表す非同期操作。
適用対象
AddParticipantAsync(String)
ユーザーの ID を非同期操作として使用して、会話に参加者を追加します。
public System.Threading.Tasks.Task AddParticipantAsync(string userId);
member this.AddParticipantAsync : string -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (userId As String) As Task
パラメーター
- userId
- String
ユーザー識別子。
戻り値
参加者の追加を表す非同期操作。
注釈
返された参加者を削除するために使用できます。 クライアントが参加者の属性を変更した場合、変更された属性は、参加者が再び追加されたときにのみサービスに渡されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET