Participant.From(String, String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーの優先言語や音声署名など、ユーザー識別子を使用して参加者を作成します。 音声署名が空の場合、ユーザーは識別されません。
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
ユーザーの音声署名。
戻り値
参加者オブジェクト
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET