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

ExternalEntity interface

定义扩展现有实体的用户预测实体。

属性

entityLength

预测实体的长度。

entityName

要扩展的实体的名称。

resolution

用户提供的自定义分辨率作为实体的预测返回。

score

用户提供的分数作为实体的预测分数返回。

startIndex

预测实体的起始字符索引。

属性详细信息

entityLength

预测实体的长度。

entityLength: number

属性值

number

entityName

要扩展的实体的名称。

entityName: string

属性值

string

resolution

用户提供的自定义分辨率作为实体的预测返回。

resolution?: any

属性值

any

score

用户提供的分数作为实体的预测分数返回。

score?: number

属性值

number

startIndex

预测实体的起始字符索引。

startIndex: number

属性值

number