EntityModelCreateObject クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntityModelCreateObject
- com.
public class EntityModelCreateObject
エンティティ抽出器の作成オブジェクト。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
List<Child |
children()
子の値を取得します。 |
| String |
name()
名前の値を取得します。 |
|
Entity |
withChildren(List<ChildEntityModelCreateObject> children)
子の値を設定します。 |
|
Entity |
withName(String name)
名前の値を設定します。 |
メソッドの詳細
children
public List
子の値を取得します。
Returns:
name
public String name()
名前の値を取得します。
Returns:
withChildren
public EntityModelCreateObject withChildren(List
子の値を設定します。
Parameters:
Returns:
withName
public EntityModelCreateObject withName(String name)
名前の値を設定します。
Parameters:
Returns: