InstanceData interface
与 LUIS $instance
值对应的强类型信息。
属性
end |
超出识别实体的第一个字符的从 0 开始的索引。 |
score | (可选)从 0.0 到 1.0 对识别的信心。 |
start |
分析文本中基于 0 的索引,表示已识别实体的开头 |
text | 实体的断字和规范化文本。 |
属性详细信息
endIndex
超出识别实体的第一个字符的从 0 开始的索引。
endIndex: number
属性值
number
score
(可选)从 0.0 到 1.0 对识别的信心。
score?: number
属性值
number
startIndex
分析文本中基于 0 的索引,表示已识别实体的开头
startIndex: number
属性值
number
text
实体的断字和规范化文本。
text: string
属性值
string