次の方法で共有


User.FromUserId(String) メソッド

定義

ユーザー識別子を使用してユーザーを作成します。

public static Microsoft.CognitiveServices.Speech.Transcription.User FromUserId(string userId);
static member FromUserId : string -> Microsoft.CognitiveServices.Speech.Transcription.User
Public Shared Function FromUserId (userId As String) As User

パラメーター

userId
String

ユーザー識別子。

戻り値

ユーザー オブジェクト

適用対象