共用方式為


AnswerSpanRequestDTO interface

若要設定回應範圍預測功能。

屬性

enable

啟用或停用回應範圍預測。

scoreThreshold

包含答案範圍所需的最小閾值分數。

topAnswersWithSpan

要考慮進行範圍預測的最上層答案數目。

屬性詳細資料

enable

啟用或停用回應範圍預測。

enable?: boolean

屬性值

boolean

scoreThreshold

包含答案範圍所需的最小閾值分數。

scoreThreshold?: number

屬性值

number

topAnswersWithSpan

要考慮進行範圍預測的最上層答案數目。

topAnswersWithSpan?: number

屬性值

number