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