次の方法で共有


Participant.From(String, String, String) メソッド

定義

ユーザーの優先言語や音声署名など、ユーザー識別子を使用して参加者を作成します。 音声署名が空の場合、ユーザーは識別されません。

public static Microsoft.CognitiveServices.Speech.Transcription.Participant From(string userId, string preferredLanguage, string voiceSignature);
static member From : string * string * string -> Microsoft.CognitiveServices.Speech.Transcription.Participant
Public Shared Function From (userId As String, preferredLanguage As String, voiceSignature As String) As Participant

パラメーター

userId
String

ユーザー識別子。

preferredLanguage
String

優先する言語。

voiceSignature
String

ユーザーの音声署名。

戻り値

参加者オブジェクト

適用対象