Share via


LanguageUnderstandingModel.FromSubscription(String, String, String) メソッド

定義

サービスのホスト名、サブスクリプション キー、アプリケーション ID を使用して、言語理解モデルLanguage Understanding作成します。

public static Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel FromSubscription (string subscriptionKey, string appId, string region);
static member FromSubscription : string * string * string -> Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel
Public Shared Function FromSubscription (subscriptionKey As String, appId As String, region As String) As LanguageUnderstandingModel

パラメーター

subscriptionKey
String

サービスのサブスクリプション キー Language Understanding。

appId
String

LUIS ポータルのアプリ ID。

region
String

指定されたサブスクリプション キーのリージョン識別子。

戻り値

作成される言語理解モデル。

適用対象