你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EntityLabel 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntityLabel
- com.
public class EntityLabel
定义示例中提取的实体的实体类型和位置。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
List<Entity |
children()
获取子级值。 |
int |
endTokenIndex()
获取 endTokenIndex 值。 |
String |
entityName()
获取 entityName 值。 |
String |
role()
获取角色值。 |
UUID |
roleId()
获取 roleId 值。 |
int |
startTokenIndex()
获取 startTokenIndex 值。 |
Entity |
withChildren(List<EntityLabel> children)
设置子级值。 |
Entity |
withEndTokenIndex(int endTokenIndex)
设置 endTokenIndex 值。 |
Entity |
withEntityName(String entityName)
设置 entityName 值。 |
Entity |
withRole(String role)
设置角色值。 |
Entity |
withRoleId(UUID roleId)
设置 roleId 值。 |
Entity |
withStartTokenIndex(int startTokenIndex)
设置 startTokenIndex 值。 |
方法详细信息
children
public List
获取子级值。
Returns:
endTokenIndex
public int endTokenIndex()
获取 endTokenIndex 值。
Returns:
entityName
public String entityName()
获取 entityName 值。
Returns:
role
public String role()
获取角色值。
Returns:
roleId
public UUID roleId()
获取 roleId 值。
Returns:
startTokenIndex
public int startTokenIndex()
获取 startTokenIndex 值。
Returns:
withChildren
public EntityLabel withChildren(List
设置子级值。
Parameters:
Returns:
withEndTokenIndex
public EntityLabel withEndTokenIndex(int endTokenIndex)
设置 endTokenIndex 值。
Parameters:
Returns:
withEntityName
public EntityLabel withEntityName(String entityName)
设置 entityName 值。
Parameters:
Returns:
withRole
public EntityLabel withRole(String role)
设置角色值。
Parameters:
Returns:
withRoleId
public EntityLabel withRoleId(UUID roleId)
设置 roleId 值。
Parameters:
Returns:
withStartTokenIndex
public EntityLabel withStartTokenIndex(int startTokenIndex)
设置 startTokenIndex 值。
Parameters:
Returns: