你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LabeledUtterance interface

示例的预测和标签对。

属性

entityLabels

与示例匹配的实体。

entityPredictions

建议的实体列表。

id

已标记言语的 ID。

intentLabel

与示例匹配的意向。

intentPredictions

建议意向的列表。

text

话语。 例如,“西雅图的天气是怎样的?”

tokenizedText

标记化的话语。

属性详细信息

entityLabels

与示例匹配的实体。

entityLabels?: EntityLabel[]

属性值

entityPredictions

建议的实体列表。

entityPredictions?: EntityPrediction[]

属性值

id

已标记言语的 ID。

id?: number

属性值

number

intentLabel

与示例匹配的意向。

intentLabel?: string

属性值

string

intentPredictions

建议意向的列表。

intentPredictions?: IntentPrediction[]

属性值

text

话语。 例如,“西雅图的天气是怎样的?”

text?: string

属性值

string

tokenizedText

标记化的话语。

tokenizedText?: string[]

属性值

string[]