你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EntitiesSuggestionExample 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntitiesSuggestionExample
- com.
public class EntitiesSuggestionExample
预测/建议的实体。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
List<Entity |
entityPredictions()
获取 entityPredictions 值。 |
List<Intent |
intentPredictions()
获取 intentPredictions 值。 |
String |
text()
获取文本值。 |
List<String> |
tokenizedText()
获取 tokenizedText 值。 |
Entities |
withEntityPredictions(List<EntityPrediction> entityPredictions)
设置 entityPredictions 值。 |
Entities |
withIntentPredictions(List<IntentPrediction> intentPredictions)
设置 intentPredictions 值。 |
Entities |
withText(String text)
设置文本值。 |
Entities |
withTokenizedText(List<String> tokenizedText)
设置 tokenizedText 值。 |
方法详细信息
entityPredictions
public List
获取 entityPredictions 值。
Returns:
intentPredictions
public List
获取 intentPredictions 值。
Returns:
text
public String text()
获取文本值。
Returns:
tokenizedText
public List
获取 tokenizedText 值。
Returns:
withEntityPredictions
public EntitiesSuggestionExample withEntityPredictions(List
设置 entityPredictions 值。
Parameters:
Returns:
withIntentPredictions
public EntitiesSuggestionExample withIntentPredictions(List
设置 intentPredictions 值。
Parameters:
Returns:
withText
public EntitiesSuggestionExample withText(String text)
设置文本值。
Parameters:
Returns:
withTokenizedText
public EntitiesSuggestionExample withTokenizedText(List
设置 tokenizedText 值。
Parameters:
Returns: