LanguageUnderstandingModel class
言語理解モデル
メソッド
from |
Language Understanding サービスのアプリケーション ID を使用して、言語理解モデルを作成します。 |
from |
指定したエンドポイントを使用して言語理解モデルを作成します。 |
from |
Language Understanding サービスのホスト名、サブスクリプション キー、アプリケーション ID を使用して、言語理解モデルを作成します。 |
メソッドの詳細
fromAppId(string)
Language Understanding サービスのアプリケーション ID を使用して、言語理解モデルを作成します。
static function fromAppId(appId: string): LanguageUnderstandingModel
パラメーター
- appId
-
string
Language Understanding サービスのアプリケーション ID を表す文字列。
戻り値
作成される言語理解モデル。
fromEndpoint(URL)
指定したエンドポイントを使用して言語理解モデルを作成します。
static function fromEndpoint(uri: URL): LanguageUnderstandingModel
パラメーター
- uri
-
URL
言語理解モデルのエンドポイントを表す文字列。
戻り値
作成される言語理解モデル。
fromSubscription(string, string, string)
Language Understanding サービスのホスト名、サブスクリプション キー、アプリケーション ID を使用して、言語理解モデルを作成します。
static function fromSubscription(subscriptionKey: string, appId: string, region: string): LanguageUnderstandingModel
パラメーター
- subscriptionKey
-
string
Language Understanding サービスのサブスクリプション キーを表す文字列。
- appId
-
string
Language Understanding サービスのアプリケーション ID を表す文字列。
- region
-
string
Language Understanding サービスのリージョンを表す文字列 (リージョンページを参照)。
戻り値
作成される言語理解モデル。