你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Prediction interface
表示查询的预测。
属性
altered |
拼写检查后的查询。 仅当启用了拼写检查并发现拼写错误时设置。 |
entities | 表示触发的实体的字典。 |
intents | 表示触发的意向的字典。 |
sentiment | 情绪分析的结果。 |
top |
评分最高的意向的名称。 |
属性详细信息
alteredQuery
拼写检查后的查询。 仅当启用了拼写检查并发现拼写错误时设置。
alteredQuery?: string
属性值
string
entities
表示触发的实体的字典。
entities: {[propertyName: string]: any}
属性值
{[propertyName: string]: any}
intents
sentiment
topIntent
评分最高的意向的名称。
topIntent: string
属性值
string