Conversation.CreateConversationAsync(SpeechConfig, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい会話を非同期的に作成します。
public static System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Transcription.Conversation> CreateConversationAsync (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, string conversationId = default);
static member CreateConversationAsync : Microsoft.CognitiveServices.Speech.SpeechConfig * string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Transcription.Conversation>
Public Shared Function CreateConversationAsync (speechConfig As SpeechConfig, Optional conversationId As String = Nothing) As Task(Of Conversation)
パラメーター
- speechConfig
- SpeechConfig
使用する音声構成。
- conversationId
- String
(省略可能)参加する会話の識別子。
戻り値
注釈
この非同期操作によって会話が作成された後、 Conversation。ConversationId には、会話識別子が含まれています。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET