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