次の方法で共有


ChildEntityModelCreateObject クラス

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

public class ChildEntityModelCreateObject

子エンティティ抽出器の作成オブジェクト。

メソッドの概要

修飾子と型 メソッドと説明
List<ChildEntityModelCreateObject> children()

子の値を取得します。

String instanceOfProperty()

instanceOfProperty 値を取得します。

String name()

名前の値を取得します。

ChildEntityModelCreateObject withChildren(List<ChildEntityModelCreateObject> children)

子の値を設定します。

ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)

instanceOfProperty 値を設定します。

ChildEntityModelCreateObject withName(String name)

名前の値を設定します。

メソッドの詳細

children

public List children()

子の値を取得します。

Returns:

子の値

instanceOfProperty

public String instanceOfProperty()

instanceOfProperty 値を取得します。

Returns:

instanceOfProperty 値

name

public String name()

名前の値を取得します。

Returns:

名前の値

withChildren

public ChildEntityModelCreateObject withChildren(List children)

子の値を設定します。

Parameters:

children - 設定する子値

Returns:

ChildEntityModelCreateObject オブジェクト自体。

withInstanceOfProperty

public ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)

instanceOfProperty 値を設定します。

Parameters:

instanceOfProperty - 設定する instanceOfProperty 値

Returns:

ChildEntityModelCreateObject オブジェクト自体。

withName

public ChildEntityModelCreateObject withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

ChildEntityModelCreateObject オブジェクト自体。

適用対象