LanguageUnderstandingModel class

言語理解モデル

メソッド

fromAppId(string)

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

fromEndpoint(URL)

指定したエンドポイントを使用して言語理解モデルを作成します。

fromSubscription(string, string, string)

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

メソッドの詳細

fromAppId(string)

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

static function fromAppId(appId: string): LanguageUnderstandingModel

パラメーター

appId

string

サービスのアプリケーション ID を表す文字列Language Understanding。

戻り値

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

fromEndpoint(URL)

指定したエンドポイントを使用して言語理解モデルを作成します。

static function fromEndpoint(uri: URL): LanguageUnderstandingModel

パラメーター

uri

URL

言語理解モデルのエンドポイントを表す String。

戻り値

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

fromSubscription(string, string, string)

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

static function fromSubscription(subscriptionKey: string, appId: string, region: string): LanguageUnderstandingModel

パラメーター

subscriptionKey

string

サービスのサブスクリプション キーを表す文字列Language Understanding。

appId

string

サービスのアプリケーション ID を表す文字列Language Understanding。

region

string

Language Understanding サービスのリージョンを表す String (リージョン ページを参照)。

戻り値

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