AnswerSpanRequestDTO interface

To configure Answer span prediction feature.

Properties

enable

Enable or Disable Answer Span prediction.

scoreThreshold

Minimum threshold score required to include an answer span.

topAnswersWithSpan

Number of Top answers to be considered for span prediction.

Property Details

enable

Enable or Disable Answer Span prediction.

enable?: boolean

Property Value

boolean

scoreThreshold

Minimum threshold score required to include an answer span.

scoreThreshold?: number

Property Value

number

topAnswersWithSpan

Number of Top answers to be considered for span prediction.

topAnswersWithSpan?: number

Property Value

number