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

AnswerSpanRequestDTO interface

配置应答范围预测功能。

属性

enable

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

scoreThreshold

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

topAnswersWithSpan

要考虑用于跨度预测的热门答案的数量。

属性详细信息

enable

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

enable?: boolean

属性值

boolean

scoreThreshold

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

scoreThreshold?: number

属性值

number

topAnswersWithSpan

要考虑用于跨度预测的热门答案的数量。

topAnswersWithSpan?: number

属性值

number