你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EntityWithScore 类
- java.
lang. Object - EntityModel
- com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. EntityWithScore
- com.
public class EntityWithScore extends EntityModel
EntityWithScore 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
double |
score()
获取分数值。 |
Entity |
withScore(double score)
设置分数值。 |
继承成员
EntityModel.additionalProperties()
EntityModel.endIndex()
EntityModel.entity()
EntityModel.startIndex()
EntityModel.type()
EntityModel.withAdditionalProperties(Map<String, Object> additionalProperties)
EntityModel.withEndIndex(int endIndex)
EntityModel.withEntity(String entity)
EntityModel.withStartIndex(int startIndex)
EntityModel.withType(String type)
方法详细信息
score
public double score()
获取分数值。
Returns:
分数值
withScore
public EntityWithScore withScore(double score)
设置分数值。
Parameters:
score
- 要设置的分数值
Returns:
EntityWithScore 对象本身。