你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EntityLabelObject interface
定义实体类型和提取的实体在示例中的位置。
属性
children | 示例话语中标识的实体。 |
end |
语句中提取的实体结束位置的索引。 |
entity |
实体类型。 |
role | 实体在话语中扮演的角色。 |
start |
话语中提取的实体开始位置的索引。 |
属性详细信息
children
endCharIndex
语句中提取的实体结束位置的索引。
endCharIndex: number
属性值
number
entityName
实体类型。
entityName: string
属性值
string
role
实体在话语中扮演的角色。
role?: string
属性值
string
startCharIndex
话语中提取的实体开始位置的索引。
startCharIndex: number
属性值
number