次の方法で共有


JSONModelFeature クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.JSONModelFeature

public class JSONModelFeature

エクスポートされたモデル - フレーズリスト モデル機能。

メソッドの概要

修飾子と型 メソッドと説明
Boolean activated()

アクティブ化された値を取得します。

Boolean enabledForAllModels()

enabledForAllModels 値を取得します。

Boolean mode()

モード値を取得します。

String name()

名前の値を取得します。

JSONModelFeature withActivated(Boolean activated)

アクティブ化された値を設定します。

JSONModelFeature withEnabledForAllModels(Boolean enabledForAllModels)

enabledForAllModels 値を設定します。

JSONModelFeature withMode(Boolean mode)

モード値を設定します。

JSONModelFeature withName(String name)

名前の値を設定します。

JSONModelFeature withWords(String words)

単語の値を設定します。

String words()

単語の値を取得します。

メソッドの詳細

activated

public Boolean activated()

アクティブ化された値を取得します。

Returns:

アクティブ化された値

enabledForAllModels

public Boolean enabledForAllModels()

enabledForAllModels 値を取得します。

Returns:

enabledForAllModels 値

mode

public Boolean mode()

モード値を取得します。

Returns:

モード値

name

public String name()

名前の値を取得します。

Returns:

名前の値

withActivated

public JSONModelFeature withActivated(Boolean activated)

アクティブ化された値を設定します。

Parameters:

activated - 設定するアクティブ化された値

Returns:

JSONModelFeature オブジェクト自体。

withEnabledForAllModels

public JSONModelFeature withEnabledForAllModels(Boolean enabledForAllModels)

enabledForAllModels 値を設定します。

Parameters:

enabledForAllModels - 設定する enabledForAllModels 値

Returns:

JSONModelFeature オブジェクト自体。

withMode

public JSONModelFeature withMode(Boolean mode)

モード値を設定します。

Parameters:

mode - 設定するモード値

Returns:

JSONModelFeature オブジェクト自体。

withName

public JSONModelFeature withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

JSONModelFeature オブジェクト自体。

withWords

public JSONModelFeature withWords(String words)

単語の値を設定します。

Parameters:

words - 設定する単語の値

Returns:

JSONModelFeature オブジェクト自体。

words

public String words()

単語の値を取得します。

Returns:

単語の値

適用対象