你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: