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

QueryDTOAnswerSpanRequest interface

配置应答范围预测功能。

Extends

继承属性

enable

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

scoreThreshold

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

topAnswersWithSpan

要考虑用于范围预测的热门答案的数量。

继承属性详细信息

enable

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

enable?: boolean

属性值

boolean

继承自AnswerSpanRequestDTO.enable

scoreThreshold

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

scoreThreshold?: number

属性值

number

继承自AnswerSpanRequestDTO.scoreThreshold

topAnswersWithSpan

要考虑用于范围预测的热门答案的数量。

topAnswersWithSpan?: number

属性值

number

继承自AnswerSpanRequestDTO.topAnswersWithSpan