你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EntityPrediction interface
建议的实体。
属性
children | |
end |
话语中的索引,提取的实体的结束位置。 |
entity |
实体的名称 |
phrase | 实际标记 (构成实体的) 。 |
start |
话语中的索引,提取的实体从中开始。 |
属性详细信息
children
endTokenIndex
话语中的索引,提取的实体的结束位置。
endTokenIndex: number
属性值
number
entityName
实体的名称
entityName: string
属性值
string
phrase
实际标记 (构成实体的) 。
phrase: string
属性值
string
startTokenIndex
话语中的索引,提取的实体从中开始。
startTokenIndex: number
属性值
number