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

QueryDTOAnswerSpanRequest interface

配置答案范围预测功能。

扩展

继承属性

enable

启用或禁用答案范围预测。

scoreThreshold

包含答案范围所需的最小阈值分数。

topAnswersWithSpan

要考虑用于跨度预测的排名靠前的答案数。

继承属性详细信息

enable

启用或禁用答案范围预测。

enable?: boolean

属性值

boolean

继承自AnswerSpanRequestDTO.enable

scoreThreshold

包含答案范围所需的最小阈值分数。

scoreThreshold?: number

属性值

number

继承自 AnswerSpanRequestDTO.scoreThreshold

topAnswersWithSpan

要考虑用于跨度预测的排名靠前的答案数。

topAnswersWithSpan?: number

属性值

number

继承自 answerSpanRequestDTO.topAnswersWithSpan