CompositeEntityExtractor クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CompositeEntityExtractor
- com.
public class CompositeEntityExtractor
複合エンティティ抽出器。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
List<Child |
children()
子の値を取得します。 |
| UUID |
id()
id 値を取得します。 |
| String |
name()
名前の値を取得します。 |
| String |
readableType()
readableType 値を取得します。 |
|
List<Entity |
roles()
ロールの値を取得します。 |
| Integer |
typeId()
typeId 値を取得します。 |
|
Composite |
withChildren(List<ChildEntity> children)
子の値を設定します。 |
|
Composite |
withId(UUID id)
id 値を設定します。 |
|
Composite |
withName(String name)
名前の値を設定します。 |
|
Composite |
withReadableType(String readableType)
readableType 値を設定します。 |
|
Composite |
withRoles(List<EntityRole> roles)
ロールの値を設定します。 |
|
Composite |
withTypeId(Integer typeId)
typeId 値を設定します。 |
メソッドの詳細
children
public List
子の値を取得します。
Returns:
id
public UUID id()
id 値を取得します。
Returns:
name
public String name()
名前の値を取得します。
Returns:
readableType
public String readableType()
readableType 値を取得します。
Returns:
roles
public List
ロールの値を取得します。
Returns:
typeId
public Integer typeId()
typeId 値を取得します。
Returns:
withChildren
public CompositeEntityExtractor withChildren(List
子の値を設定します。
Parameters:
Returns:
withId
public CompositeEntityExtractor withId(UUID id)
id 値を設定します。
Parameters:
Returns:
withName
public CompositeEntityExtractor withName(String name)
名前の値を設定します。
Parameters:
Returns:
withReadableType
public CompositeEntityExtractor withReadableType(String readableType)
readableType 値を設定します。
Parameters:
Returns:
withRoles
public CompositeEntityExtractor withRoles(List
ロールの値を設定します。
Parameters:
Returns:
withTypeId
public CompositeEntityExtractor withTypeId(Integer typeId)
typeId 値を設定します。
Parameters:
Returns: